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_old_qemu_user()

is_qemu()

is_qemu_kernel()

is_qemu_usermode()

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

is_usermode()