PseudoDisassembler

Package: ghidra.app.util
Type: class

10.3.3_PUBLIC

addedmethod: setTargetContextForDisassembly
static ghidra.program.model.address.Address setTargetContextForDisassembly(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address addr)
addedmethod: setTargetContextForDisassembly
static ghidra.program.model.address.Address setTargetContextForDisassembly(ghidra.program.model.lang.DisassemblerContext procContext, ghidra.program.model.address.Address addr)
removedmethod: setTargeContextForDisassembly
static ghidra.program.model.address.Address setTargeContextForDisassembly(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address addr)
removedmethod: setTargeContextForDisassembly
ghidra.program.model.address.Address setTargeContextForDisassembly(ghidra.app.util.PseudoDisassemblerContext procContext, ghidra.program.model.address.Address addr)

10.2_PUBLIC

addedmethod: checkValidSubroutine
boolean checkValidSubroutine(ghidra.program.model.address.Address entryPoint, boolean allowExistingInstructions, boolean mustTerminate, boolean requireContiguous)
addedmethod: checkValidSubroutine
boolean checkValidSubroutine(ghidra.program.model.address.Address entryPoint, ghidra.app.util.PseudoDisassemblerContext procContext, boolean allowExistingInstructions, boolean mustTerminate, boolean requireContiguous)
addedmethod: getLastCheckValidInstructionCount
int getLastCheckValidInstructionCount()

9.0.1_PUBLIC

introducedInitial version