@@ -56,7 +56,7 @@ typedef struct OCS_Char_t {
56
56
57
57
typedef struct OCS_StructType_t {
58
58
int32_t _0x0;
59
- __unsafe_unretained OCSTypeStruct *typeStruct; // +0x4
59
+ __unsafe_unretained OCSTypeStruct *typeStruct; // +0x4 | 64 +0x8
60
60
} OCS_StructType;
61
61
62
62
typedef NS_ENUM (NSUInteger , OCSStrucValueType) {
@@ -67,7 +67,7 @@ typedef NS_ENUM(NSUInteger, OCSStrucValueType) {
67
67
typedef struct OCS_Struct_t {
68
68
OCS_StructType *structType; // +0x0
69
69
OCSStrucValueType type; // +0x4
70
- void * value; // +0x8
70
+ void * value; // +0x8 | 64 +0x10
71
71
} OCS_Struct; // +0xc
72
72
73
73
typedef NS_ENUM (NSUInteger , OCSValueTag) {
@@ -130,7 +130,7 @@ typedef struct {
130
130
size_t codeSize; // +0x0
131
131
const char *buf; // +0x4 |64 +0x8
132
132
int32_t constPoolCount; // +0x8
133
- OCS_ConstantPool *constPool; // +0xc
133
+ OCS_ConstantPool *constPool; // +0xc |64 +0x18
134
134
int32_t localVarCount; // +0x10 |64 +0x20
135
135
int32_t stackSize; // +0x14 |64 +0x28
136
136
CFStringRef method; // +0x18 -|initWithModel:param:|@@:@@ |64 +0x30
@@ -146,7 +146,7 @@ typedef struct OCS_StackBlock_t {
146
146
147
147
typedef struct OCS_Frame_t {
148
148
struct OCS_Frame_t *back; // +0x0
149
- // +0x4
149
+ void * localVarPointer; // +0x4 | 64 +0x8
150
150
int32_t pc; // class +0x8 |64 +0x10
151
151
OCS_CodeBlock *codeBlock; // +0xc |64 +0x18
152
152
OCS_Class *cls; // +0x10 |64 +0x20
0 commit comments