summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-10 08:17:48 +0000
committermidipix <writeonce@midipix.org>2025-06-10 08:52:51 +0000
commitb56c6f2fe8ca5b1ecb5e868374a8b1e4731cc76d (patch)
treea1586559649f6fb89f3444f09879abf8632ced78
parenteace94e1a73bd239eda1fa83012a8526eee23559 (diff)
downloadmdso-b56c6f2fe8ca5b1ecb5e868374a8b1e4731cc76d.tar.bz2
mdso-b56c6f2fe8ca5b1ecb5e868374a8b1e4731cc76d.tar.xz
PE defs: added struct pe_raw_aux_rec_function.
-rw-r--r--src/internal/perk/perk_structs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/internal/perk/perk_structs.h b/src/internal/perk/perk_structs.h
index b576ee8..338e495 100644
--- a/src/internal/perk/perk_structs.h
+++ b/src/internal/perk/perk_structs.h
@@ -353,6 +353,15 @@ struct pe_raw_aux_rec_section {
unsigned char aux_pad [0x03]; /* 0x0f */
};
+struct pe_raw_aux_rec_function {
+ unsigned char aux_tag_index [0x04]; /* 0x00 */
+ unsigned char aux_total_size [0x04]; /* 0x04 */
+ unsigned char aux_ptr_to_line_nums [0x04]; /* 0x08 */
+ unsigned char aux_ptr_to_next_fn [0x04]; /* 0x0c */
+ unsigned char aux_pad [0x02]; /* 0x10 */
+};
+
+
struct pe_raw_archive_common_hdr {
unsigned char ar_file_id [0x10]; /* 0x00 */
unsigned char ar_time_date_stamp [0x0c]; /* 0x10 */