Add Binary Analysis with katjahahn/PortEx

This commit is contained in:
pe3zx 2017-11-10 00:29:30 +07:00
parent 396afb0c41
commit 75b0966378

View File

@ -9,6 +9,7 @@ My curated list of awesome links, resources and tools
- [Articles](#article)
- [Tools](#tools)
- [AWS Security](#aws-security)
- [Binary Analysis](#binary-analysis)
---
@ -62,3 +63,18 @@ My curated list of awesome links, resources and tools
</td>
</tr>
</table>
### Binary Analysis
*Binary analysis tools, including decompilers, deobfuscators, disassemblers, etc.*
<table>
<tr>
<td>
<a href="https://github.com/katjahahn/PortEx" target="_blank">katjahahn/PortEx</a>
</td>
<td>
Java library to analyse Portable Executable files with a special focus on malware analysis and PE malformation robustness
</td>
</tr>
</table>