Skip to content

AcidCaos/pe-duck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PE-duck

A simple PE file parser.

Usage

Usage: pe <PE_EXEC>

Output

PE file (supports EXE and DLL, both 32 and 64 bit)

  • DOS Header
  • NT Header
    • File Header
      • Verbose Machine and Characteristics
      • Symbols
    • Optional Header (32 and 64 bit)
      • Verbose Subsystem and DllCharacteristics
      • Data Directories
        • IMAGE_DIRECTORY_ENTRY_EXPORT
          • DLL Exports (the DLL is not loaded, RVA translation is performed)
  • Section Headers
    • Verbose Characteristics

Build

Compile using MSVC compiler: CL pe.c /Fe"pe.exe"

About

Yet another PE file parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages