
Analisador Avançado de Arquivos Executáveis Portáteis e Desmontador 32 e 64 Bits
Analisador Avançado de Arquivos PE (Portable Executable)
Python 3.5.2 : Testado (Funcionando)
python peanalyzer.py --file arquivo.exe --show all|caminho-do-arquivo|general|dos-header|file-header|optional-header|data-directory|section-headers|imports
python peanalyzer.py --file arquivo.exe --disassemble all
git clone https://github.com/blacknbunny/peanalyzer.git && cd peanalyzer/
pip install pefile
pip install capstone
https://asciinema.org/a/5yBJgGZaFdOXNvsoE0SR8LIRC






