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