mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-3667 Cleaning up weird behavior of GraphDisplayOptions to register options when given a tool
This commit is contained in:
parent
718b228c30
commit
04fa097f58
34 changed files with 176 additions and 161 deletions
|
@ -31,7 +31,6 @@ import ghidra.app.decompiler.*;
|
|||
import ghidra.app.script.GhidraScript;
|
||||
import ghidra.framework.options.ToolOptions;
|
||||
import ghidra.framework.plugintool.PluginTool;
|
||||
import ghidra.framework.plugintool.util.OptionsService;
|
||||
import ghidra.program.model.address.Address;
|
||||
import ghidra.program.model.data.*;
|
||||
import ghidra.program.model.lang.PrototypeModel;
|
||||
|
@ -42,6 +41,8 @@ import ghidra.util.exception.*;
|
|||
|
||||
import java.util.*;
|
||||
|
||||
import docking.options.OptionsService;
|
||||
|
||||
public class StringParameterPropagator extends GhidraScript {
|
||||
|
||||
// TODO!! Error handling needs a lot of work !!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue