Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
pcodeinject.hh File Reference

Classes for managing p-code injection. More...

#include "emulateutil.hh"
Include dependency graph for pcodeinject.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  ghidra::InjectParameter
 An input or output parameter to a p-code injection payload. More...
 
class  ghidra::InjectContext
 Context needed to emit a p-code injection as a full set of p-code operations. More...
 
class  ghidra::InjectPayload
 An active container for a set of p-code operations that can be injected into data-flow. More...
 
class  ghidra::ExecutablePcode
 A snippet of p-code that can be executed outside of normal analysis. More...
 
class  ghidra::PcodeInjectLibrary
 A collection of p-code injection payloads. More...
 

Detailed Description

Classes for managing p-code injection.