Add williballenthin/python-idb to Binary Analysis

This commit is contained in:
pe3zx 2017-11-10 00:35:30 +07:00
parent 75b0966378
commit cd653de59e

View File

@ -69,6 +69,14 @@ My curated list of awesome links, resources and tools
*Binary analysis tools, including decompilers, deobfuscators, disassemblers, etc.*
<table>
<tr>
<td>
<a href="https://github.com/fireeye/flare-floss">fireeye/flare-floss</a>
</td>
<td>
FireEye Labs Obfuscated String Solver - Automatically extract obfuscated strings from malware.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/katjahahn/PortEx" target="_blank">katjahahn/PortEx</a>
@ -77,4 +85,12 @@ My curated list of awesome links, resources and tools
Java library to analyse Portable Executable files with a special focus on malware analysis and PE malformation robustness
</td>
</tr>
<tr>
<td>
<a href="https://github.com/williballenthin/python-idb">williballenthin/python-idb</a>
</td>
<td>
Pure Python parser and analyzer for IDA Pro database files (.idb).
</td>
</tr>
</table>