summaryrefslogtreecommitdiffhomepage
path: root/include/pemagine/pe_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-19 14:46:50 -0500
committermidipix <writeonce@midipix.org>2016-11-19 14:46:50 -0500
commit945985cb313ada34d002423fbedfdebebcd22edc (patch)
tree73c61539e02a74921607c1caef8e83ce74b4b26f /include/pemagine/pe_structs.h
parentde5b3010350adbf3c5b9ceb12ddc0a2658a0f5ac (diff)
downloadpemagine-945985cb313ada34d002423fbedfdebebcd22edc.tar.bz2
pemagine-945985cb313ada34d002423fbedfdebebcd22edc.tar.xz
PE format: struct pe_coff_file_hdr --> struct pe_raw_coff_file_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 aa5fd69..9bc8aee 100644
--- a/include/pemagine/pe_structs.h
+++ b/include/pemagine/pe_structs.h
@@ -28,7 +28,7 @@ struct pe_raw_image_dos_hdr {
};
-struct pe_coff_file_hdr {
+struct pe_raw_coff_file_hdr {
unsigned char signature [0x04]; /* 0x00 */
unsigned char machine [0x02]; /* 0x04 */
unsigned char num_of_sections [0x02]; /* 0x06 */