addedmethod:
debugSignatures
java.util.ArrayList<ghidra.app.decompiler.signature.DebugSignature> debugSignatures(ghidra.program.model.listing.Function func, int timeoutSecs, ghidra.util.task.TaskMonitor monitor)
addedmethod:
generateSignatures
ghidra.app.decompiler.signature.SignatureResult generateSignatures(ghidra.program.model.listing.Function func, boolean keepcalllist, int timeoutSecs, ghidra.util.task.TaskMonitor monitor)
addedfield:
baseEncodingSet
ghidra.app.decompiler.DecompInterface.EncodeDecodeSet baseEncodingSet
addedfield:
overlayEncodingSet
ghidra.app.decompiler.DecompInterface.EncodeDecodeSet overlayEncodingSet
addedmethod:
setupEncodeDecode
ghidra.app.decompiler.DecompInterface.EncodeDecodeSet setupEncodeDecode(ghidra.program.model.address.Address addr) throws AddressFormatException
addedfield:
stringResponse
ghidra.program.model.pcode.StringIngest stringResponse
addedmethod:
structureGraph
ghidra.program.model.pcode.BlockGraph structureGraph(ghidra.program.model.pcode.BlockGraph ingraph, int timeoutSecs, ghidra.util.task.TaskMonitor monitor)
modifiedfield:
compilerSpec
type: BasicCompilerSpec → CompilerSpec
- ghidra.program.model.lang.BasicCompilerSpec compilerSpec
+ ghidra.program.model.lang.CompilerSpec compilerSpec
modifiedmethod:
setOptions
param 1 renamed: xmloptions → options
- boolean setOptions(ghidra.app.decompiler.DecompileOptions xmloptions)
+ boolean setOptions(ghidra.app.decompiler.DecompileOptions options)
removedmethod:
structureGraph
ghidra.program.model.pcode.BlockGraph structureGraph(ghidra.program.model.pcode.BlockGraph ingraph, ghidra.program.model.address.AddressFactory factory, int timeoutSecs, ghidra.util.task.TaskMonitor monitor)
addedfield:
compilerSpec
ghidra.program.model.lang.BasicCompilerSpec compilerSpec
addedfield:
decompCallback
ghidra.app.decompiler.DecompileCallback decompCallback
addedfield:
decompProcess
ghidra.app.decompiler.DecompileProcess decompProcess
addedmethod:
initializeProcess
void initializeProcess() throws IOException, DecompileException
addedfield:
monitorListener
ghidra.util.task.CancelledListener monitorListener
addedfield:
program
ghidra.program.model.listing.Program program
addedmethod:
verifyProcess
void verifyProcess() throws IOException, DecompileException