peanalyzer

April 15, 2019 ยท View on GitHub

Advanced Portable Executable File Analyzer

Python 3.5.2 : Tested (Working)

Usage

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

Installation

git clone https://github.com/blacknbunny/peanalyzer.git && cd peanalyzer/
pip install pefile
pip install capstone

Asciinema

https://asciinema.org/a/5yBJgGZaFdOXNvsoE0SR8LIRC

General

Dos Header

File Header

Optional Header

Data Directory

Section Headers

Imports (Dll, Function Adress, Function)