Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
peanalyzer — Advanced Portable Executable File Analyzer And Disassembler 32 & 64 Bit | Kitploit
Tools/GitHubGitHub/blacknbunny/peanalyzer
Static AnalysisReverse EngineeringMalware AnalysisBinary Analysis
GitHubblacknbunny/peanalyzer

peanalyzer

Advanced Portable Executable File Analyzer And Disassembler 32 & 64 Bit

View Repository
1001747 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

root@kitploit:~
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)

Download Tool