| 
    Ghidra Decompiler Analysis Engine
    
   | 
 
 
 
 
Go to the documentation of this file.
   19 #ifndef __STRING_GHIDRA__ 
   20 #define __STRING_GHIDRA__ 
  
Ghidra specific architecture information and connection to a Ghidra client.
 
GhidraStringManager(ArchitectureGhidra *g, int4 max)
Constructor.
Definition: string_ghidra.cc:18
 
A low-level machine address for labelling bytes and data.
Definition: address.hh:46
 
The base datatype class for the decompiler.
Definition: type.hh:62
 
Implementation of the StringManager that queries through the ghidra client.
Definition: string_ghidra.hh:30
 
An implementation of the Architecture interface and connection to a Ghidra client.
Definition: ghidra_arch.hh:60
 
virtual const vector< uint1 > & getStringData(const Address &addr, Datatype *charType, bool &isTrunc)
Retrieve string data at the given address as a UTF8 byte array.
Definition: string_ghidra.cc:31
 
Storage for decoding and storing strings associated with an address.
Definition: stringmanage.hh:31