MemoryValue
Bases: object
object
Class to represent a value in memory.
address
value
length
Methods
__init__(address, value, length)
__init__
Attributes
Address of the memory value
Length of the memory value (int)
int
Actual memory value (int)
Address of the memory value (Address)
Address