summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index bc6ea8f..d5ede02 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -117,6 +117,10 @@ struct pe_image_meta {
struct pe_meta_sec_hdr * h_dsosyms;
struct pe_meta_sec_hdr * h_dsostrs;
struct pe_meta_sec_hdr * h_dsodata;
+
+ enum pe_abi m_abi;
+ enum pe_subtype m_subtype;
+ enum pe_framework m_framework;
};
struct pe_source_version {