Skip to content

0xk4n3ki/peparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

peparser

Command to compile:

x86_64-w64-mingw32-g++ PEparser.cpp -o pe.exe -fpermissive -Wint-to-pointer-cast

If you don't have the necessary runtime environment, you can use a Docker image.

docker pull ghcr.io/0xk4n3ki/peparser:multi-stage-build

After pulling the image, use the following command format:

docker run -it -v $host-dir:$docker-dir ghcr.io/0xk4n3ki/peparser:multi-stage-build

Note: You must mount the directory where the binary resides so that the parser can access and analyze it inside the container.

Example:

DOS, NT, FILE Header

Optional Header

Data Directory

Section Header

DLLs and Imports

About

PE parser to see the PE headers, sections, imports and exports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors