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

Classes for combining constants written to a contiguous region of memory. More...

#include "ruleaction.hh"
Include dependency graph for constseq.hh:

Classes

class  ghidra::ArraySequence
 A sequence of PcodeOps that move data in-to/out-of an array data-type. More...
 
class  ghidra::ArraySequence::WriteNode
 Helper class holding a data-flow edge and optionally a memory offset being COPYed into or from. More...
 
class  ghidra::StringSequence
 A class for collecting sequences of COPY ops writing characters to the same string. More...
 
class  ghidra::HeapSequence
 A sequence of STORE operations writing characters through the same string pointer. More...
 
class  ghidra::RuleStringCopy
 Replace a sequence of COPY ops moving single characters with a CALLOTHER copying a whole string. More...
 
class  ghidra::RuleStringStore
 Replace a sequence of STORE ops moving single characters with a CALLOTHER copying a whole string. More...
 

Detailed Description

Classes for combining constants written to a contiguous region of memory.