Skip to content

Qemu

Determine whether the target is being run under QEMU.

exec_file_supported()

Returns True if the remote target understands the 'qXfer:exec-file:read' packet. A check for this feature is done in vmmap code, to warn against running legacy Qemu versions.

is_qemu()

is_qemu_kernel()

is_qemu_usermode()

Returns True if the target remote is being run under QEMU usermode emulation.

is_usermode()

pid()

Find the PID of the qemu usermode binary which we are talking to.

root()