Add cedowens/Mythic-Macro-Generator

This commit is contained in:
pe3zx 2020-11-18 21:03:57 +07:00
parent 65c4f29003
commit 79dc176e96

View File

@ -175,6 +175,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/jonatan1024/clrinject">jonatan1024/clrinject</a></td>
<td>Injects C# EXE or DLL Assembly into every CLR runtime and AppDomain of another process.</td>
</tr>
<tr>
<td><a href="https://github.com/jthuraisamy/SysWhispers">jthuraisamy/SysWhispers</a></td>
<td>SysWhispers helps with evasion by generating header/ASM files implants can use to make direct system calls.</td>
</tr>
<tr>
<td><a href="https://github.com/monoxgas/sRDI">monoxgas/sRDI</a></td>
<td>Shellcode implementation of Reflective DLL Injection. Convert DLLs to position independent shellcode</td>