Ghidra Decompiler Analysis Engine
Classes
stringmanage.hh File Reference

Classes for decoding and storing string data. More...

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

Go to the source code of this file.

Classes

class  StringManager
 Storage for decoding and storing strings associated with an address. More...
 
class  StringManager::StringData
 String data (a sequence of bytes) stored by StringManager. More...
 
class  StringManagerUnicode
 An implementation of StringManager that understands terminated unicode strings. More...
 

Detailed Description

Classes for decoding and storing string data.