Add: hasherezade/module_overloading to Defense Evasion section

This commit is contained in:
pe3zx 2021-10-27 16:17:43 +07:00
parent 194756c7ac
commit 5b621d0853

View File

@ -1338,6 +1338,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/HackOvert/AntiDBG">HackOvert/AntiDBG</a></td>
<td>A bunch of Windows anti-debugging tricks for x86 and x64.</td>
</tr>
<tr>
<td><a href="https://github.com/hasherezade/module_overloading">hasherezade/module_overloading</a></td>
<td>A more stealthy variant of "DLL hollowing"</td>
</tr>
<tr>
<td><a href="https://github.com/hasherezade/transacted_hollowing">hasherezade/transacted_hollowing</a></td>
<td>Transacted Hollowing - a PE injection technique, hybrid between ProcessHollowing and ProcessDoppelgänging</td>