diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h index 06892b5..85d6694 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -105,6 +105,7 @@ struct pe_image_meta { struct pe_raw_image image; struct pe_raw_image_dos_hdr * ados; struct pe_raw_coff_image_hdr * acoff; + struct pe_raw_coff_object_hdr * aobj; union pe_raw_opt_hdr * aopt; struct pe_raw_sec_hdr * asectbl; |