IL2CPP/Model: Handle invokers from Il2CppGenericMethodFunctionsDefinitions

This commit is contained in:
Katy Coe
2020-02-05 05:21:02 +01:00
parent 896b3b6f69
commit ee97261242
4 changed files with 19 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ namespace Il2CppInspector
public ulong[] MethodInvokePointers => Binary.MethodInvokePointers;
public Il2CppMethodSpec[] MethodSpecs => Binary.MethodSpecs;
public Dictionary<Il2CppMethodSpec, ulong> GenericMethodPointers => Binary.GenericMethodPointers;
public Dictionary<Il2CppMethodSpec, int> GenericMethodInvokerIndices => Binary.GenericMethodInvokerIndices;
// TODO: Finish all file access in the constructor and eliminate the need for this
public IFileFormatReader BinaryImage => Binary.Image;