https://github.com/hasherezade/pe2pic
Small visualizator for PE files
https://github.com/hasherezade/pe2pic
malware-analysis pe-file pe-format pefile visualization
Last synced: 3 months ago
JSON representation
Small visualizator for PE files
- Host: GitHub
- URL: https://github.com/hasherezade/pe2pic
- Owner: hasherezade
- Created: 2022-07-07T19:42:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T23:32:44.000Z (over 2 years ago)
- Last Synced: 2025-04-06T10:07:34.479Z (9 months ago)
- Topics: malware-analysis, pe-file, pe-format, pefile, visualization
- Language: Python
- Homepage:
- Size: 1.38 MB
- Stars: 67
- Watchers: 3
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
__English__|| [简体中文](./README_zh-CN.md)
# pe2pic
Small visualizator for PE files
# Getting started
Install the dependencies by:
```console
pip install -r requirements.txt
```
# Usage
```
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:
