DacianKing / PE-Parser

A basic PE parser for 32-bit Windows executables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PE Parser

Written by Brandon Arvanaghi (@arvanaghi)

Usage:

Provide PEParser.exe a .exe, .dll, or .sys file, and it will return what kind of executable it is, how large the binary will be in memory, and the name of each section.

PEParser.exe <Path\To\Executable>

A specific example:

PEParser.exe C:\Windows\System32\calc.exe

My blog has good resources for similar projects.

About

A basic PE parser for 32-bit Windows executables.


Languages

Language:C 100.0%