summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-10 08:32:45 +0000
committermidipix <writeonce@midipix.org>2025-06-10 08:52:51 +0000
commit9e5044312b2f620ec7000cf9f122c2fec6e18ea9 (patch)
tree9be788c73c00db218b808b1240092784a06bcdeb
parentb56c6f2fe8ca5b1ecb5e868374a8b1e4731cc76d (diff)
downloadmdso-9e5044312b2f620ec7000cf9f122c2fec6e18ea9.tar.bz2
mdso-9e5044312b2f620ec7000cf9f122c2fec6e18ea9.tar.xz
PE defs: added struct pe_raw_aux_rec_{bf|ef}info.
-rw-r--r--src/internal/perk/perk_structs.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/internal/perk/perk_structs.h b/src/internal/perk/perk_structs.h
index 338e495..6a726e3 100644
--- a/src/internal/perk/perk_structs.h
+++ b/src/internal/perk/perk_structs.h
@@ -361,6 +361,21 @@ struct pe_raw_aux_rec_function {
unsigned char aux_pad [0x02]; /* 0x10 */
};
+struct pe_raw_aux_rec_bfinfo {
+ unsigned char aux_unused [0x04]; /* 0x00 */
+ unsigned char aux_linu_num [0x02]; /* 0x04 */
+ unsigned char aux_pad [0x06]; /* 0x06 */
+ unsigned char aux_ptr_to_next_fn [0x04]; /* 0x0c */
+ unsigned char aux_trail [0x02]; /* 0x10 */
+};
+
+struct pe_raw_aux_rec_efinfo {
+ unsigned char aux_unused [0x04]; /* 0x00 */
+ unsigned char aux_linu_num [0x02]; /* 0x04 */
+ unsigned char aux_pad [0x06]; /* 0x06 */
+ unsigned char aux_null [0x04]; /* 0x0c */
+ unsigned char aux_trail [0x02]; /* 0x10 */
+};
struct pe_raw_archive_common_hdr {
unsigned char ar_file_id [0x10]; /* 0x00 */