Skip to content

Advanced Portable Executable File Analyzer And Disassembler

License

Notifications You must be signed in to change notification settings

samyoyo/peanalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

peanalyzer

Advanced Portable Executable File Analyzer

Python 3.6.4 & Linux : Tested (Working)

Usage

python pyanalyzer.py --file file.exe --show all

python pyanalyzer.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

Section Headers

Imports (Dll, Function Adress, Function)

About

Advanced Portable Executable File Analyzer And Disassembler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%