VirtualMachineAARCH64.phys_mem_write¶
-
VirtualMachineAARCH64.
phys_mem_write
(addr, buf)¶ Write to the VM’s physical mamory.
- addrint
The physical address to write to.
- bufbytes
The data to write.
- Raises
RuntimeError – If the requested physical memory cannot be written.