mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-4904 added method to fixup purecall defs
This commit is contained in:
parent
0348791f94
commit
c3e618a2bb
3 changed files with 102 additions and 0 deletions
|
@ -175,6 +175,9 @@ public class RTTIWindowsClassRecoverer extends RTTIClassRecoverer {
|
|||
|
||||
createAndApplyClassStructures(recoveredClasses);
|
||||
|
||||
// fix purecall vfunction definitions
|
||||
fixupPurecallFunctionDefs();
|
||||
|
||||
if (!isPDBLoaded) {
|
||||
// create better vftable labels for multi vftable classes
|
||||
updateMultiVftableLabels(recoveredClasses);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue