mirror of
https://github.com/pe3zx/my-infosec-awesome.git
synced 2025-01-06 21:37:58 -05:00
Add Binary Analysis with katjahahn/PortEx
This commit is contained in:
parent
396afb0c41
commit
75b0966378
16
README.md
16
README.md
@ -9,6 +9,7 @@ My curated list of awesome links, resources and tools
|
|||||||
- [Articles](#article)
|
- [Articles](#article)
|
||||||
- [Tools](#tools)
|
- [Tools](#tools)
|
||||||
- [AWS Security](#aws-security)
|
- [AWS Security](#aws-security)
|
||||||
|
- [Binary Analysis](#binary-analysis)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -62,3 +63,18 @@ My curated list of awesome links, resources and tools
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user