GP-6670 a few improvements to gcc class recovery script

This commit is contained in:
ghidra007
2026-04-08 19:39:03 +00:00
parent 0e8235d460
commit 29526717b4
6 changed files with 123 additions and 56 deletions
@@ -215,6 +215,8 @@ public class RecoverClassesFromRTTIScript extends GhidraScript {
return;
}
nameVfunctions = true;
recoverClassesFromRTTI = new RTTIGccClassRecoverer(currentProgram, state.getTool(),
this, BOOKMARK_FOUND_FUNCTIONS, USE_SHORT_TEMPLATE_NAMES_IN_STRUCTURE_FIELDS,
nameVfunctions, MAKE_VFUNCTIONS_THISCALLS, hasDebugSymbols, monitor);