- PE header (including Data Directories as a part Optional Header)
- Section Headers
- COFF Symbols
- COFF Relocations
- COFF Linenumbers
- Imports
- Exports
- Base relocations (DLL)
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"