Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
pe2pic — Small visualizator for PE files | Kitploit
Herramientas/GitHubGitHub/hasherezade/pe2pic
Reverse EngineeringMalware AnalysisBinary Analysis
GitHubhasherezade/pe2pic

pe2pic

Small visualizator for PE files

Ver Repositorio
7015hace 2 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

English|| 简体中文

pe2pic

Pequeño visualizador de archivos PE

Primeros pasos

Instala las dependencias con:

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

Uso

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

Vista doble:

Vista única:

Descargar herramienta