Class SleighInstructionDecoder

java.lang.Object
ghidra.pcode.emu.SleighInstructionDecoder
All Implemented Interfaces:
InstructionDecoder

public class SleighInstructionDecoder extends Object implements InstructionDecoder
The default instruction decoder, based on Sleigh

This simply uses a Disassembler on the machine's memory state.