mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-05 06:32:34 +02:00
GP-4904 added method to fixup purecall defs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user