summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-10 08:40:58 +0000
committermidipix <writeonce@midipix.org>2025-06-10 08:40:58 +0000
commit28dd46450ef30fff57b18168e1ecbaf654cc3066 (patch)
tree27186a957556c50717b12393bed9eb4030012d72
parentd2cf3a4c6f0325c948c99f505fe64c22aba5fcf9 (diff)
downloadperk-28dd46450ef30fff57b18168e1ecbaf654cc3066.tar.bz2
perk-28dd46450ef30fff57b18168e1ecbaf654cc3066.tar.xz
PE/COFF format: added struct pe_raw_aux_rec_weaksym.
-rw-r--r--include/perk/perk_structs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index 6a726e3..b373bbe 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -377,6 +377,12 @@ struct pe_raw_aux_rec_efinfo {
unsigned char aux_trail [0x02]; /* 0x10 */
};
+struct pe_raw_aux_rec_weaksym {
+ unsigned char aux_tag_index [0x04]; /* 0x00 */
+ unsigned char aux_characteristics [0x04]; /* 0x04 */
+ unsigned char aux_unused [0x0a]; /* 0x08 */
+};
+
struct pe_raw_archive_common_hdr {
unsigned char ar_file_id [0x10]; /* 0x00 */
unsigned char ar_time_date_stamp [0x0c]; /* 0x10 */