Add: hasherezade/process_overwriting to Defense Evasion section

This commit is contained in:
pe3zx 2022-02-20 17:07:10 +07:00
parent 0bf4084f6d
commit a266325508

View File

@ -1344,6 +1344,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/hasherezade/process_chameleon">hasherezade/process_chameleon</a></td>
<td>A process overwriting its own PEB to make an illusion that it has been loaded from a different path.</td>
</tr>
<tr>
<td><a href="https://github.com/hasherezade/process_overwriting">hasherezade/process_overwriting</a></td>
<td>Yet another variant of Process 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>