diff options
author | midipix <writeonce@midipix.org> | 2016-11-30 20:08:21 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-01 08:00:29 -0500 |
commit | 99f7e31623d1a21380db9cdadff4e1f27761d978 (patch) | |
tree | 0e0cf2aa928ce66d43edf8bea85f1819a37a7cc6 /include | |
parent | 0d90ad9d55ee6f34cf7b17b0f5c469ef73c3c484 (diff) | |
download | pemagine-99f7e31623d1a21380db9cdadff4e1f27761d978.tar.bz2 pemagine-99f7e31623d1a21380db9cdadff4e1f27761d978.tar.xz |
struct pe_raw_opt_hdr_ldr: member name normalization.
Diffstat (limited to 'include')
-rw-r--r-- | include/pemagine/pe_structs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h index bf1c2ed..06009a0 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -75,8 +75,8 @@ struct pe_raw_opt_hdr_img { }; struct pe_raw_opt_hdr_ldr { - unsigned char loader_flags [0x04]; - unsigned char rva_and_sizes [0x04]; + unsigned char coh_loader_flags [0x04]; + unsigned char coh_rva_and_sizes [0x04]; }; struct pe_raw_opt_hdr_dirs { |