|
|
### **uctypes.bytearray_at**(addr, size)
|
|
### **uctypes.bytearray_at**(addr, size)
|
|
|
Capture memory at the given address and size as bytearray object. Unlike bytes_at() function above, memory is captured by reference, so it can be both written too, and you will access current value at the given memory address.
|
|
Capture memory at the given address and size as bytearray object. Unlike bytes_at() function above, memory is captured by reference, so it can be both written too, and you will access current value at the given memory address.
|