mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 05:35:55 +08:00
GP-6670 a few improvements to gcc class recovery script
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user