Muhmmad-Almuhmmah / SimplePeParser

Pe Parser Win32 Files exe and dll files [Headers,Sections,DLL Imports]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimplePeParser

Pe Parser Win32 Files exe and dll files [Headers,Sections,DLL Imports]

.....:: PE Parser v1.0.0 ::.....

-Read Headers
-Read Sections
-Read DLL Imports


Examples:
PEParser.exe PE[exe,dll file] Option[-ALL,-SECTIONS,-IMPORTS]
PEParser.exe pe -ALL [read all info]
PEParser.exe pe -SECTIONS [read all sections]
PEParser.exe pe -HEADERS [read all Headers]

Example -> PEParser PEParser.exe -HEADERS

About

Pe Parser Win32 Files exe and dll files [Headers,Sections,DLL Imports]


Languages

Language:C++ 88.3%Language:QMake 11.7%