ROSE 0.11.145.147
|
Description of accessing memory.
Definition at line 183 of file PointerDetection.h.
#include <Rose/BinaryAnalysis/PointerDetection.h>
Public Member Functions | |
Access (rose_addr_t insnVa, Direction direction, const SymbolicExpression::Ptr &value) | |
bool | operator< (const Access &other) const |
Public Attributes | |
rose_addr_t | insnVa |
Instruction location where memory is accessed. | |
Direction | direction |
Whether memory is read or written. | |
SymbolicExpression::Ptr | value |
Value read or written. | |
|
inline |
Definition at line 188 of file PointerDetection.h.
|
inline |
Definition at line 191 of file PointerDetection.h.
rose_addr_t Rose::BinaryAnalysis::PointerDetection::PointerDescriptor::Access::insnVa |
Instruction location where memory is accessed.
Definition at line 184 of file PointerDetection.h.
Direction Rose::BinaryAnalysis::PointerDetection::PointerDescriptor::Access::direction |
Whether memory is read or written.
Definition at line 185 of file PointerDetection.h.
SymbolicExpression::Ptr Rose::BinaryAnalysis::PointerDetection::PointerDescriptor::Access::value |
Value read or written.
Definition at line 186 of file PointerDetection.h.