Add: blackberry/pe_tree

This commit is contained in:
pe3zx 2020-08-07 16:41:08 +07:00
parent 9dd8b9e7c0
commit bfb57d4296

View File

@ -153,6 +153,10 @@ This repository is created as an online bookmark for useful links, resources and
<td><a href="https://binvis.io/#/">binvis.io</a></td>
<td>visual analysis of binary files</td>
</tr>
<tr>
<td><a href="https://github.com/blackberry/pe_tree">blackberry/pe_tree</a></td>
<td>Python module for viewing Portable Executable (PE) files in a tree-view using pefile and PyQt5. Can also be used with IDA Pro to dump in-memory PE files and reconstruct imports.</td>
</tr>
<tr>
<td><a href="https://github.com/carbonblack/binee">carbonblack/binee</a></td>
<td>Binee: binary emulation environment</td>