summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-01 21:22:49 -0500
committermidipix <writeonce@midipix.org>2016-12-01 21:22:49 -0500
commit982672e537f7dd26e875755f3c20f81e6bf7ba65 (patch)
tree3aaa9e75021029867ade326f72bdf1ef44976afc /include/perk/perk_structs.h
parentf845bd25e705125bb60762f9ac43fba1aaef1cdc (diff)
downloadperk-982672e537f7dd26e875755f3c20f81e6bf7ba65.tar.bz2
perk-982672e537f7dd26e875755f3c20f81e6bf7ba65.tar.xz
struct pe_{raw|meta}_import_hdr: member name normalization.
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 */
};