PEV contains several tools to analyze PE binaries.
This commit is contained in:
Pr0teus 2015-05-17 13:46:52 -03:00
parent 6907623e6b
commit d3359c9265

View File

@ -147,6 +147,7 @@ A curated list of awesome malware analysis tools and resources. Inspired by
Python alternative to PEiD.
* [PEiD](http://woodmann.com/BobSoft/Pages/Programs/PEiD) - Packer identifier
for Windows binaries.
* [PEV](http://pev.sourceforge.net/) - A multiplatform toolkit to work with PE providing feature-rich tools for proper analyze suspicious binaries.
* [Rootkit Hunter](http://rkhunter.sourceforge.net/) - Detect Linux rootkits.
* [ssdeep](http://ssdeep.sourceforge.net/) - Compute fuzzy hashes.
* [totalhash.py](https://gist.github.com/malc0de/10270150) - Python script