decompiler  1.0.0
Classes
emulate.hh File Reference

Classes for emulating p-code. More...

#include "memstate.hh"
#include "translate.hh"

Classes

class  ghidra::BreakTable
 A collection of breakpoints for the emulator. More...
 
class  ghidra::BreakCallBack
 A breakpoint object. More...
 
class  ghidra::BreakTableCallBack
 A basic instantiation of a breakpoint table. More...
 
class  ghidra::Emulate
 A pcode-based emulator interface. More...
 
class  ghidra::EmulateMemory
 An abstract Emulate class using a MemoryState object as the backing machine state. More...
 
class  ghidra::PcodeEmitCache
 P-code emitter that dumps its raw Varnodes and PcodeOps to an in memory cache. More...
 
class  ghidra::EmulatePcodeCache
 A SLEIGH based implementation of the Emulate interface. More...
 

Detailed Description

Classes for emulating p-code.