summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/perk/perk_structs.h')
-rw-r--r--include/perk/perk_structs.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index 4a03a27..eecaba6 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -287,6 +287,16 @@ struct pe_hint_name_entry {
};
+struct pe_coff_sym_entry {
+ unsigned char name [0x08]; /* 0x00 */
+ unsigned char value [0x04]; /* 0x08 */
+ unsigned char section_number [0x02]; /* 0x0c */
+ unsigned char type [0x02]; /* 0x0e */
+ unsigned char storage_class [0x01]; /* 0x10 */
+ unsigned char num_of_aux_symbols [0x01]; /* 0x11 */
+};
+
+
#ifdef __cplusplus
}
#endif