DecompileProcess

Package: ghidra.app.decompiler
Type: class

11.1_PUBLIC

addedmethod: sendCommand1Param
void sendCommand1Param(java.lang.String command, ghidra.program.model.pcode.CachedEncoder param1, ghidra.program.model.pcode.ByteIngest response) throws IOException, DecompileException
removedmethod: sendCommand1Param
void sendCommand1Param(java.lang.String command, ghidra.program.model.pcode.Encoder param1, ghidra.program.model.pcode.ByteIngest response) throws IOException, DecompileException

10.2_PUBLIC

addedmethod: registerProgram
void registerProgram(ghidra.app.decompiler.DecompileCallback cback, java.lang.String pspecxml, java.lang.String cspecxml, java.lang.String tspecxml, java.lang.String coretypesxml, ghidra.program.model.listing.Program program) throws IOException, DecompileException
addedmethod: sendCommand
void sendCommand(java.lang.String command, ghidra.program.model.pcode.ByteIngest response) throws IOException, DecompileException
addedmethod: sendCommand1Param
void sendCommand1Param(java.lang.String command, ghidra.program.model.pcode.Encoder param1, ghidra.program.model.pcode.ByteIngest response) throws IOException, DecompileException
addedmethod: sendCommand1Param
void sendCommand1Param(java.lang.String command, java.lang.String param1, ghidra.program.model.pcode.ByteIngest response) throws IOException, DecompileException
addedmethod: sendCommand2Params
void sendCommand2Params(java.lang.String command, java.lang.String param1, java.lang.String param2, ghidra.program.model.pcode.ByteIngest response) throws IOException, DecompileException
addedmethod: sendCommandTimeout
void sendCommandTimeout(java.lang.String command, int timeoutSecs, ghidra.app.decompiler.DecompInterface.EncodeDecodeSet encodeSet) throws IOException, DecompileException
removedmethod: registerProgram
void registerProgram(ghidra.app.decompiler.DecompileCallback cback, java.lang.String pspecxml, java.lang.String cspecxml, java.lang.String tspecxml, java.lang.String coretypesxml) throws IOException, DecompileException
removedmethod: sendCommand
ghidra.app.decompiler.LimitedByteBuffer sendCommand(java.lang.String command) throws IOException, DecompileException
removedmethod: sendCommand1Param
ghidra.app.decompiler.LimitedByteBuffer sendCommand1Param(java.lang.String command, java.lang.String param1) throws IOException, DecompileException
removedmethod: sendCommand1ParamTimeout
ghidra.app.decompiler.LimitedByteBuffer sendCommand1ParamTimeout(java.lang.String command, java.lang.String param, int timeoutSecs) throws IOException, DecompileException
removedmethod: sendCommand2Params
ghidra.app.decompiler.LimitedByteBuffer sendCommand2Params(java.lang.String command, java.lang.String param1, java.lang.String param2) throws IOException, DecompileException

9.2_PUBLIC

removedmethod: setShowNamespace
void setShowNamespace(boolean showNamespace)

9.0.1_PUBLIC

introducedInitial version