IDA: Produced typed RuntimeInvoker methods

This commit is contained in:
Katy Coe
2020-07-17 04:29:38 +02:00
parent fc313de0b2
commit d1501db903
2 changed files with 4 additions and 6 deletions

View File

@@ -108,9 +108,7 @@ typedef __int64 int64_t;
writeSectionHeader("Method.Invoke thunks");
foreach (var method in model.ILModel.MethodInvokers.Where(m => m != null)) {
var address = method.VirtualAddress.Start;
writeName(address, method.Name);
writeComment(address, method);
writeTypedName(method.VirtualAddress.Start, method.ToString(), method.Name);
}
}