addedmethod:
decorate
java.lang.String decorate(java.lang.String message)
addedfield:
errorWriter
java.io.PrintWriter errorWriter
addedmethod:
execute
void execute(ghidra.app.script.GhidraState runState, ghidra.app.script.ScriptControls runControls) throws Exception
addedmethod:
getControls
ghidra.app.script.ScriptControls getControls()
addedmethod:
print
void print(java.lang.String message, java.awt.Color color)
addedmethod:
println
void println(java.lang.String message, java.awt.Color color)
addedmethod:
set
void set(ghidra.app.script.GhidraState state)
addedmethod:
set
void set(ghidra.app.script.GhidraState state, ghidra.app.script.ScriptControls controls)
addedmethod:
askProgram
ghidra.program.model.listing.Program askProgram(java.lang.String title, boolean upgradeIfNeeded) throws VersionException, IOException, CancelledException
addedmethod:
askValues
ghidra.features.base.values.GhidraValuesMap askValues(java.lang.String title, java.lang.String optionalMessage, ghidra.features.base.values.GhidraValuesMap values) throws CancelledException
removedmethod:
analyze
void analyze(ghidra.program.model.listing.Program program)
removedmethod:
askChoice
T askChoice(java.lang.String title, java.lang.String message, T[] choices, T defaultValue) throws CancelledException
removedmethod:
askChoices
T[] askChoices(java.lang.String title, java.lang.String message, T[] choices) throws CancelledException
removedmethod:
askChoices
java.lang.Object[] askChoices(java.lang.String title, java.lang.String message, T[] choices, java.lang.String[] choiceLabels) throws CancelledException
removedmethod:
getAnalysisOptionChoices
java.lang.String[] getAnalysisOptionChoices(ghidra.program.model.listing.Program program, java.lang.String analysisOption)
removedmethod:
getConsoleText
java.lang.String getConsoleText(int offset, int length)
removedmethod:
setName
void setName(java.lang.String name)
addedfield:
currentAddress
ghidra.program.model.address.Address currentAddress
addedfield:
currentHighlight
ghidra.program.util.ProgramSelection currentHighlight
addedfield:
currentLocation
ghidra.program.util.ProgramLocation currentLocation
addedfield:
currentSelection
ghidra.program.util.ProgramSelection currentSelection
addedmethod:
run
void run() throws Exception
addedfield:
sourceFile
generic.jar.ResourceFile sourceFile
addedfield:
state
ghidra.app.script.GhidraState state
addedfield:
writer
java.io.PrintWriter writer