summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/perk/perk_structs.h')
-rw-r--r--include/perk/perk_structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index a8aa069..64c83b0 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -243,7 +243,7 @@ struct pe_raw_sec_hdr {
};
-struct pe_export_hdr {
+struct pe_raw_export_hdr {
unsigned char export_flags [0x04]; /* 0x00 */
unsigned char time_date_stamp [0x04]; /* 0x04 */
unsigned char major_ver [0x02]; /* 0x08 */
@@ -258,7 +258,7 @@ struct pe_export_hdr {
};
-union pe_export_addr_tbl {
+union pe_raw_export_addr_tbl {
unsigned char export_rva [0x04]; /* 0x00 */
unsigned char forwarder_rva [0x04]; /* 0x00 */
};