Skip to content

Advanced Portable Executable File Analyzer And Disassembler 32 & 64 Bit

License

Notifications You must be signed in to change notification settings

blacknbunny/peanalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

peanalyzer

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)

About

Advanced Portable Executable File Analyzer And Disassembler 32 & 64 Bit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages