summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-30 19:56:59 -0500
committermidipix <writeonce@midipix.org>2016-12-01 08:00:29 -0500
commit0d90ad9d55ee6f34cf7b17b0f5c469ef73c3c484 (patch)
treef783c771696d086d4c3f4d243040545380e89f63 /include
parenta2f3a34f6b40abbc0e34f19dfe6f1ec68ff7a08b (diff)
downloadpemagine-0d90ad9d55ee6f34cf7b17b0f5c469ef73c3c484.tar.bz2
pemagine-0d90ad9d55ee6f34cf7b17b0f5c469ef73c3c484.tar.xz
struct pe_raw_opt_hdr_img: member name normalization.
Diffstat (limited to 'include')
-rw-r--r--include/pemagine/pe_structs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h
index fac47b1..bf1c2ed 100644
--- a/include/pemagine/pe_structs.h
+++ b/include/pemagine/pe_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 {