
Analizzatore Avanzato di File Portable Executable e Disassemblatore 32 & 64 Bit
Analizzatore avanzato di file Portable Executable
Python 3.5.2 : Testato (Funzionante)
python peanalyzer.py --file file.exe --show all|file-path|general|dos-header|file-header|optional-header|data-directory|section-headers|imports
python peanalyzer.py --file file.exe --disassemble all
git clone https://github.com/blacknbunny/peanalyzer.git && cd peanalyzer/
pip install pefile
pip install capstone
https://asciinema.org/a/5yBJgGZaFdOXNvsoE0SR8LIRC






