C++: Fix self-referential structs not working in Ghidra
This commit is contained in:
@@ -599,7 +599,7 @@ typedef struct Il2CppClass
|
||||
Il2CppRuntimeInterfaceOffsetPair* interfaceOffsets;
|
||||
void* static_fields;
|
||||
const Il2CppRGCTXData* rgctx_data;
|
||||
Il2CppClass** typeHierarchy;
|
||||
struct Il2CppClass** typeHierarchy;
|
||||
uint32_t cctor_started;
|
||||
uint32_t cctor_finished;
|
||||
__attribute__((aligned(8))) uint64_t cctor_thread;
|
||||
@@ -659,7 +659,7 @@ typedef struct Il2CppClass_0 {
|
||||
} Il2CppClass_0;
|
||||
|
||||
typedef struct Il2CppClass_1 {
|
||||
Il2CppClass** typeHierarchy;
|
||||
struct Il2CppClass** typeHierarchy;
|
||||
uint32_t cctor_started;
|
||||
uint32_t cctor_finished;
|
||||
#ifdef IS_32BIT
|
||||
|
||||
Reference in New Issue
Block a user