
Erweiterter Portable Executable Datei-Analyzer und Disassembler 32 & 64 Bit
Fortschrittlicher Portable Executable Datei-Analysator
Python 3.5.2 : Getestet (Funktioniert)
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






