VirtualMachineAARCH64.phys_mem_read

VirtualMachineAARCH64.phys_mem_read(addr, size)

Read from the VM’s physical memory.

Parameters
  • addr (int) – The physical address to read from.

  • size (int) – The number of bytes to read.

Returns

The requested bytes.

Return type

bytes

Raises

RuntimeError – If the requested physical memory cannot be read.

See also

phys_mem_size()