Add: hasherezade/pe_to_shellcode to Binary Analysis section

This commit is contained in:
pe3zx 2021-04-05 11:13:28 +07:00
parent 9a1b0f02d5
commit c287e31d24

View File

@ -543,6 +543,10 @@ This repository is created as an online bookmark for useful links, resources and
<td><a href="https://github.com/hasherezade/hook_finder">hasherezade/hook_finder</a></td>
<td>a small tool for investigating inline hooks (and other in-memory code patches)</td>
</tr>
<tr>
<td><a href="https://github.com/hasherezade/pe_to_shellcode">hasherezade/pe_to_shellcode</a></td>
<td>Converts PE into a shellcode</td>
</tr>
<tr>
<td><a href="https://github.com/hzqst/unicorn_pe">hzqst/unicorn_pe</a></td>
<td>Unicorn PE is an unicorn based instrumentation project designed to emulate code execution for windows PE files.</td>