summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-19 12:14:34 -0500
committermidipix <writeonce@midipix.org>2016-11-19 12:14:34 -0500
commita09b565929cdefee54c76c828a2ebc90fbb0de1b (patch)
tree7ba0f30b42caa212c6c1a766c8603825f1e88b0a /include/perk/perk_structs.h
parentcef008c5e5c0af051bc5b85762097f717b3c1a35 (diff)
downloadperk-a09b565929cdefee54c76c828a2ebc90fbb0de1b.tar.bz2
perk-a09b565929cdefee54c76c828a2ebc90fbb0de1b.tar.xz
PE format: struct pe_sec_hdr --> struct pe_raw_sec_hdr.
Diffstat (limited to 'include/perk/perk_structs.h')
-rw-r--r--include/perk/perk_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index 5832eb1..a8aa069 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_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 */