0xk4n3ki / peparser

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

peparser

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

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


Languages

Language:C++ 100.0%