Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Files

Latest commit

208510b · Jun 8, 2021

History

History
26 lines (20 loc) · 442 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 442 Bytes

epep - Embeddable PE Parser

Features

  • PE header (including Data Directories as a part Optional Header)
  • Section Headers
  • COFF Symbols
  • COFF Relocations
  • COFF Linenumbers
  • Imports
  • Exports
  • Base relocations (DLL)

How to use

To declare functions from the library include it:

#include "epep.h"

The functions they shoud be instantiated somewhere in the project like so:

#define EPEP_INST
#include "epep.h"