GP-4904 added method to fixup purecall defs

This commit is contained in:
ghidra007
2024-09-09 18:38:49 +00:00
parent 0348791f94
commit c3e618a2bb
3 changed files with 102 additions and 0 deletions

View File

@@ -221,6 +221,9 @@ public class RTTIGccClassRecoverer extends RTTIClassRecoverer {
Msg.debug(this, "Creating and Applying Class structures");
createAndApplyClassStructures();
// fix purecall vfunction definitions
fixupPurecallFunctionDefs();
updateMultiVftableLabels();
return recoveredClasses;