Skip to content

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

Notifications You must be signed in to change notification settings

Muhmmad-Almuhmmah/SimplePeParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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