From 4ae524cd27c6aa6f95dd62a7e6eb4a02acdfd4d6 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 17 Nov 2018 23:43:18 -0500 Subject: pe_get_image_meta(), pe_read_import_lookup(): follow correct lookup semantics. --- include/perk/perk_structs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/perk/perk_structs.h') diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h index 094dae6..4dd2ffc 100644 --- a/include/perk/perk_structs.h +++ b/include/perk/perk_structs.h @@ -299,8 +299,6 @@ struct pe_raw_import_name { union pe_raw_import_lookup { 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