diff options
| author | Obriv Mostov <mostobriv@gmail.com> | 2025-04-03 23:35:59 +0700 |
|---|---|---|
| committer | kat <kat@vector35.com> | 2025-06-03 08:28:25 -0400 |
| commit | 4bc31537add776f79cff0847feb4ccb8f0c43d22 (patch) | |
| tree | 15c3aa90fc0b8bcf4ef7237df99237ae63559b94 /view/macho/machoview.h | |
| parent | 742b25d62c01f7177687a1473cd8233d371fcf36 (diff) | |
[MachoView] Add support of __init_offsets
Diffstat (limited to 'view/macho/machoview.h')
| -rw-r--r-- | view/macho/machoview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/macho/machoview.h b/view/macho/machoview.h index 3081ff13..1a715991 100644 --- a/view/macho/machoview.h +++ b/view/macho/machoview.h @@ -144,6 +144,7 @@ typedef int vm_prot_t; #define S_THREAD_LOCAL_VARIABLES 0x13 #define S_THREAD_LOCAL_VARIABLE_POINTERS 0x14 #define S_THREAD_LOCAL_INIT_FUNCTION_POINTERS 0x15 +#define S_INIT_FUNC_OFFSETS 0x16 //Mach-O Commands #define LC_REQ_DYLD 0x80000000 |
