mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-26 01:35:22 +02:00
GP-5764 added option to RecoverClassesFromRTTIScript enabling users to not force vfunctions to be thiscalls.
This commit is contained in:
@@ -107,10 +107,11 @@ public class RTTIGccClassRecoverer extends RTTIClassRecoverer {
|
||||
|
||||
public RTTIGccClassRecoverer(Program program, ServiceProvider serviceProvider,
|
||||
FlatProgramAPI api, boolean createBookmarks, boolean useShortTemplates,
|
||||
boolean nameVfunctions, boolean isDwarfLoaded, TaskMonitor monitor) throws Exception {
|
||||
boolean nameVfunctions, boolean makeVfunctionsThisCalls, boolean isDwarfLoaded,
|
||||
TaskMonitor monitor) throws Exception {
|
||||
|
||||
super(program, serviceProvider, api, createBookmarks, useShortTemplates, nameVfunctions,
|
||||
isDwarfLoaded, monitor);
|
||||
makeVfunctionsThisCalls,isDwarfLoaded, monitor);
|
||||
|
||||
this.isDwarfLoaded = isDwarfLoaded;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user