mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-15 06:58:34 -04:00
404 B
404 B
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"