Add: ORCA666/snaploader to Defense Evasion section

This commit is contained in:
pe3zx 2022-02-09 11:56:33 +07:00
parent ecede66613
commit d3e9452b2a

View File

@ -1576,6 +1576,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/ORCA666/EVA3">ORCA666/EVA3</a></td>
<td>using hellsgate in EVA to get the syscalls</td>
</tr>
<tr>
<td><a href="https://gitlab.com/ORCA666/snaploader">ORCA666/snaploader</a></td>
<td>Injecting shellcode into 'ntdll.dll' address space in target process, and hijacking its thread without calling GetThreadContext, evading memory scanners, and more ...</td>
</tr>
<tr>
<td><a href="https://github.com/ORCA666/T.D.P">ORCA666/T.D.P</a></td>
<td>Using Thread Description To Hide Shellcode</td>