AppModel/IDA: Typed MethodInvokers for 5.3.0-5.6.7 don't use Il2CppMethodPointer

This commit is contained in:
Katy Coe
2020-07-20 22:48:40 +02:00
parent a4d3ae8dc9
commit 2f3b0d7276
2 changed files with 7 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ typedef __int64 int64_t;
writeSectionHeader("Method.Invoke thunks");
foreach (var method in model.ILModel.MethodInvokers.Where(m => m != null)) {
writeTypedName(method.VirtualAddress.Start, method.Signature, method.Name);
writeTypedName(method.VirtualAddress.Start, method.GetSignature(model.UnityVersion), method.Name);
}
}