From f845bd25e705125bb60762f9ac43fba1aaef1cdc Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 1 Dec 2016 08:29:34 -0500 Subject: {union|struct} pe_{raw|meta}_import_lookup: member name normalization. --- include/perk/perk_structs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/perk/perk_structs.h') diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h index 28ac5a7..deb3adb 100644 --- a/include/perk/perk_structs.h +++ b/include/perk/perk_structs.h @@ -265,10 +265,10 @@ union pe_raw_export_addr_tbl { union pe_raw_import_lookup { - unsigned char import_lookup_entry_64 [0x08]; /* 0x00 */ - unsigned char import_lookup_entry_32 [0x04]; /* 0x00 */ - unsigned char hint_name_tbl_rva [0x04]; /* 0x00 */ - unsigned char ordinal_number [0x02]; /* 0x00 */ + unsigned char ii_import_lookup_entry_64 [0x08]; /* 0x00 */ + unsigned char ii_import_lookup_entry_32 [0x04]; /* 0x00 */ + unsigned char ii_hint_name_tbl_rva [0x04]; /* 0x00 */ + unsigned char ii_ordinal_number [0x02]; /* 0x00 */ }; -- cgit v1.2.3