Ghidra Decompiler Analysis Engine
|
Classes for emulating p-code. More...
Go to the source code of this file.
Classes | |
class | BreakTable |
A collection of breakpoints for the emulator. More... | |
class | BreakCallBack |
A breakpoint object. More... | |
class | BreakTableCallBack |
A basic instantiation of a breakpoint table. More... | |
class | Emulate |
A pcode-based emulator interface. More... | |
class | EmulateMemory |
An abstract Emulate class using a MemoryState object as the backing machine state. More... | |
class | PcodeEmitCache |
P-code emitter that dumps its raw Varnodes and PcodeOps to an in memory cache. More... | |
class | EmulatePcodeCache |
A SLEIGH based implementation of the Emulate interface. More... | |
Classes for emulating p-code.