IL2CPP: Load InterfaceOffsets, VTableMethodIndices and MethodSpecs
This commit is contained in:
@@ -209,4 +209,11 @@ namespace Il2CppInspector
|
||||
public ulong sizes;
|
||||
public ulong lobounds;
|
||||
}
|
||||
|
||||
public class Il2CppMethodSpec
|
||||
{
|
||||
public int methodDefinitionIndex;
|
||||
public int classIndexIndex;
|
||||
public int methodIndexIndex;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user