InstructionDecoder

Package: ghidra.pcode.emu
Type: class

11.3_PUBLIC

addedmethod: getLanguage
ghidra.program.model.lang.Language getLanguage()
modifiedmethod: decodeInstruction
return type: Instruction → PseudoInstruction
- ghidra.program.model.listing.Instruction decodeInstruction(ghidra.program.model.address.Address address, ghidra.program.model.lang.RegisterValue context)
+ ghidra.app.util.PseudoInstruction decodeInstruction(ghidra.program.model.address.Address address, ghidra.program.model.lang.RegisterValue context)

11.0_PUBLIC

introducedInitial version