maat.MemAccess class

Describes a memory access

❱   Attributes

bool read
True if the memory is being read

bool written
True if the memory is being written

Value addr
Address at which memory is accessed

int size
Number of bytes being accessed

Value value
Value being read/written from/to memory