decompiler 1.0.0
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ghidra::HeapSequence::IndirectPair Class Reference

Helper class containing Varnode pairs that flow across a sequence of INDIRECTs. More...

Public Member Functions

 IndirectPair (Varnode *in, Varnode *out)
 Constructor.
 
void markDuplicate (void)
 Note that this is a duplicate of another pair.
 
bool isDuplicate (void) const
 Return true if this is marked as a duplicate.
 

Static Public Member Functions

static bool compareOutput (const IndirectPair *a, const IndirectPair *b)
 Compare pairs by output storage.
 

Public Attributes

VarnodeinVn
 Input to INDIRECTs.
 
VarnodeoutVn
 Output of INDIRECTs.
 

Detailed Description

Helper class containing Varnode pairs that flow across a sequence of INDIRECTs.


The documentation for this class was generated from the following files: