summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_meta.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/perk/perk_meta.h')
-rw-r--r--include/perk/perk_meta.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/perk/perk_meta.h b/include/perk/perk_meta.h
index d39e652..2232085 100644
--- a/include/perk/perk_meta.h
+++ b/include/perk/perk_meta.h
@@ -7,6 +7,13 @@ extern "C" {
#include <stdint.h>
+enum pe_abi {
+ PE_ABI_UNSUPPORTED,
+ PE_ABI_PE32,
+ PE_ABI_PE64,
+ PE_ABI_CAP
+};
+
enum pe_subtype {
PE_SUBTYPE_UNRECOGNIZED,
PE_SUBTYPE_DLL,