peanalyzer: Advanced Portable Executable File Analyzer
peanalyzer
Advanced Portable Executable File Analyzer
Installation
git clone https://github.com/blacknbunny/peanalyzer.git && cd peanalyzer/
pip install pefile
pip install capstone
Usage
python pyanalyzer.py –file file.exe –show all
python pyanalyzer.py –file file.exe –disassemble all
General
Dos Header
File Header
Optional Header
Section Headers
Imports (Dll, Function Adress, Function)
Demo
Copyright (C) 2018 blacknbunny
Source: https://github.com/blacknbunny/