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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index deb3adb..8835b87 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -273,11 +273,11 @@ union pe_raw_import_lookup {
struct pe_raw_import_hdr {
- unsigned char import_lookup_tbl_rva [0x04]; /* 0x00 */
- unsigned char time_date_stamp [0x04]; /* 0x04 */
- unsigned char forwarder_chain [0x04]; /* 0x08 */
- unsigned char name_rva [0x04]; /* 0x0c */
- unsigned char import_addr_tbl_rva [0x04]; /* 0x10 */
+ unsigned char ih_import_lookup_tbl_rva [0x04]; /* 0x00 */
+ unsigned char ih_time_date_stamp [0x04]; /* 0x04 */
+ unsigned char ih_forwarder_chain [0x04]; /* 0x08 */
+ unsigned char ih_name_rva [0x04]; /* 0x0c */
+ unsigned char ih_import_addr_tbl_rva [0x04]; /* 0x10 */
};