diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h index 85d6694..79a0843 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -83,14 +83,14 @@ struct pe_expsym { uint32_t roffset; }; -struct pe_meta_summary { +struct pe_meta_stats { int32_t nexpsyms; int32_t nimplibs; int32_t nrelocs; }; struct pe_image_meta { - struct pe_meta_summary summary; + struct pe_meta_stats mstats; struct pe_meta_image_dos_hdr dos; struct pe_meta_coff_file_hdr coff; struct pe_meta_opt_hdr opt; |