gdbhackerone / PE-Parser

https://0xrick.github.io/win-internals/pe8/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

https://0xrick.github.io/win-internals/pe8/


Languages

Language:C++ 87.0%Language:C 13.0%