summaryrefslogtreecommitdiffhomepage
path: root/include/pemagine/pe_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-19 15:03:17 -0500
committermidipix <writeonce@midipix.org>2016-11-19 15:03:17 -0500
commit149cda727007e6bb7f7d191714c5d2961e5c3766 (patch)
tree06fab34589c5d4a6bfe9b1564b31cd0b844228ce /include/pemagine/pe_structs.h
parent9089cb43bd0082e5558374d5297e918a801533c3 (diff)
downloadpemagine-149cda727007e6bb7f7d191714c5d2961e5c3766.tar.bz2
pemagine-149cda727007e6bb7f7d191714c5d2961e5c3766.tar.xz
PE format: struct pe_export_hdr [and friends] --> pe_raw_export_hdr.
Diffstat (limited to 'include/pemagine/pe_structs.h')
-rw-r--r--include/pemagine/pe_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h
index a1886b9..f3e1b14 100644
--- a/include/pemagine/pe_structs.h
+++ b/include/pemagine/pe_structs.h
@@ -243,7 +243,7 @@ struct pe_raw_sec_hdr {
};
-struct pe_export_hdr {
+struct pe_raw_export_hdr {
unsigned char export_flags [0x04]; /* 0x00 */
unsigned char time_date_stamp [0x04]; /* 0x04 */
unsigned char major_ver [0x02]; /* 0x08 */