kolibrios-fun/programs/develop/obj2def/epep
Magomed Kostoev (mkostoevr) 18ae50738d [obj2def] Initial commit
git-svn-id: svn://kolibrios.org@9532 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-30 23:01:05 +00:00
..
epep.h [obj2def] Initial commit 2021-12-30 23:01:05 +00:00
LICENSE [obj2def] Initial commit 2021-12-30 23:01:05 +00:00
README.md [obj2def] Initial commit 2021-12-30 23:01:05 +00:00

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"