kolibrios/programs/develop/clink/epep
Magomed Kostoev (mkostoevr) c213c7fdf5 [clink] Verify input files
git-svn-id: svn://kolibrios.org@8948 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-26 23:24:45 +00:00
..
epep.h [clink] Verify input files 2021-06-26 23:24:45 +00:00
example.c Add missing file for testing 2021-02-22 08:24:55 +00:00
LICENSE
README.md

epep - Embeddable PE Parser

Features

  • PE header (including Data Directories as a part Optional Header)
  • Section Headers
  • COFF Symbols
  • 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"