Manalyze - a static analyzer for PE executables
8.9K
Manalyze was built for providing better analysis information than anti virus products - to tell more about why the file could be malicious.
Based on project home page, it could do at least:
PE files
Manalyze report
With CinCan command to get basic analysis of file:
cincan run cincan/manalyze --pe sample.exe
Get help of the tool:
cincan run cincan/manalyze --help
With Docker:
docker run -v /samples:/samples cincan/manalyze /samples/sample.exe`
docker run --rm cincan/manalyze --help
https://github.com/JusticeRage/Manalyze
GPLv3
Content type
Image
Digest
Size
114.2 MB
Last updated
about 4 years ago
docker pull cincan/manalyze