summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-30 19:59:44 -0500
committermidipix <writeonce@midipix.org>2016-11-30 19:59:44 -0500
commitb6ce09976af9f8fe50846806296d4c2b7fccda10 (patch)
treed5af880de408020ee8340823981efc48b2a33dcb /include/perk/perk_structs.h
parent9fdefdbcf17d60170da462a8c65ad0f863b3f465 (diff)
downloadperk-b6ce09976af9f8fe50846806296d4c2b7fccda10.tar.bz2
perk-b6ce09976af9f8fe50846806296d4c2b7fccda10.tar.xz
struct pe_{raw|meta}_opt_hdr_img: 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 c942f47..c520da3 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -67,11 +67,11 @@ struct pe_raw_opt_hdr_vers {
};
struct pe_raw_opt_hdr_img {
- unsigned char size_of_image [0x04]; /* 0x38 */
- unsigned char size_of_headers [0x04]; /* 0x3c */
- unsigned char checksum [0x04]; /* 0x40 */
- unsigned char subsystem [0x02]; /* 0x44 */
- unsigned char dll_characteristics [0x02]; /* 0x46 */
+ unsigned char coh_size_of_image [0x04]; /* 0x38 */
+ unsigned char coh_size_of_headers [0x04]; /* 0x3c */
+ unsigned char coh_checksum [0x04]; /* 0x40 */
+ unsigned char coh_subsystem [0x02]; /* 0x44 */
+ unsigned char coh_dll_characteristics [0x02]; /* 0x46 */
};
struct pe_raw_opt_hdr_ldr {