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
pe2pic — Small visualizator for PE files | Kitploit
Tools/GitHubGitHub/hasherezade/pe2pic
Reverse EngineeringMalware AnalysisBinary Analysis
GitHubhasherezade/pe2pic

pe2pic

Small visualizator for PE files

View Repository
70152 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

English|| 简体中文

pe2pic

Small visualizator for PE files

Getting started

Install the dependencies by:

root@kitploit:~
pip install -r requirements.txt

Usage

root@kitploit:~
usage: pe2pic.py [-h] --infile INFILE [--outfile OUTFILE] [--double]
                 [--minheight MINHEIGHT]

PE visualizer

options:
  -h, --help            show this help message and exit
  --infile INFILE       Input file
  --outfile OUTFILE     Output file
  --double              double section view?
  --minheight MINHEIGHT
                        Min height of the output image

Demo

Double view:

Single view:

Download Tool