2021-10-29 15:02:04 +02:00
2021-10-29 15:02:04 +02:00
2021-10-29 15:02:04 +02:00

Description

A PE parser written as an exercise to study the PE file structure.

It parses the following parts of PE32 and PE32+ files:

  • DOS Header
  • Rich Header
  • NT Headers
  • Data Directories (within the Optional Header)
  • Section Headers
  • Import Table
  • Base Relocations Table

Read the blog post: https://0xrick.github.io/win-internals/pe8/

S
Description
Automated archival mirror of github.com/0xRick/PE-Parser
Readme 32 KiB
Languages
C++ 87%
C 13%