BinaryNinja::DataVariable Struct Reference

Public Member Functions

 DataVariable ()
 
 DataVariable (uint64_t a, Type *t, bool d)
 

Public Attributes

uint64_t address
 
Confidence< Ref< Type > > type
 
bool autoDiscovered
 

Constructor & Destructor Documentation

◆ DataVariable() [1/2]

BinaryNinja::DataVariable::DataVariable ( )
inline

◆ DataVariable() [2/2]

BinaryNinja::DataVariable::DataVariable ( uint64_t  a,
Type t,
bool  d 
)
inline

Member Data Documentation

◆ address

uint64_t BinaryNinja::DataVariable::address

◆ autoDiscovered

bool BinaryNinja::DataVariable::autoDiscovered

◆ type

Confidence<Ref<Type> > BinaryNinja::DataVariable::type

The documentation for this struct was generated from the following file: