mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-5764 added option to RecoverClassesFromRTTIScript enabling users to not force vfunctions to be thiscalls.
This commit is contained in:
parent
0bd8870da3
commit
cee04048cb
7 changed files with 30 additions and 18 deletions
|
@ -72,10 +72,11 @@ public class RTTIWindowsClassRecoverer extends RTTIClassRecoverer {
|
|||
|
||||
public RTTIWindowsClassRecoverer(Program program, ServiceProvider serviceProvider,
|
||||
FlatProgramAPI api, boolean createBookmarks, boolean useShortTemplates,
|
||||
boolean nameVFunctions, boolean isPDBLoaded, TaskMonitor monitor) throws Exception {
|
||||
boolean nameVFunctions, boolean makeVfunctionsThisCalls, boolean isPDBLoaded,
|
||||
TaskMonitor monitor) throws Exception {
|
||||
|
||||
super(program, serviceProvider, api, createBookmarks, useShortTemplates, nameVFunctions,
|
||||
isPDBLoaded, monitor);
|
||||
makeVfunctionsThisCalls, isPDBLoaded, monitor);
|
||||
|
||||
this.isPDBLoaded = isPDBLoaded;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue