summaryrefslogtreecommitdiffhomepage
path: root/include/pemagine/pe_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-19 14:59:36 -0500
committermidipix <writeonce@midipix.org>2016-11-19 14:59:36 -0500
commit9089cb43bd0082e5558374d5297e918a801533c3 (patch)
treecaa4823c0a491d5ab89e4215e2da6d1983f32cbf /include/pemagine/pe_structs.h
parentfb643b72651055c924188fd22f1d24f5ec604fe0 (diff)
downloadpemagine-9089cb43bd0082e5558374d5297e918a801533c3.tar.bz2
pemagine-9089cb43bd0082e5558374d5297e918a801533c3.tar.xz
PE format: struct pe_sec_hdr --> struct pe_raw_sec_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 430c967..a1886b9 100644
--- a/include/pemagine/pe_structs.h
+++ b/include/pemagine/pe_structs.h
@@ -229,7 +229,7 @@ struct pe_raw_image_data_dir {
};
-struct pe_sec_hdr {
+struct pe_raw_sec_hdr {
unsigned char name [0x08]; /* 0x00 */
unsigned char virtual_size [0x04]; /* 0x08 */
unsigned char virtual_addr [0x04]; /* 0x0c */