Skip to content

qemu ¤

Determine whether the target is being run under QEMU.

Functions:

is_qemu ¤

is_qemu() -> bool

is_usermode ¤

is_usermode() -> bool

is_qemu_usermode ¤

is_qemu_usermode() -> bool

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

is_qemu_kernel ¤

is_qemu_kernel() -> bool

is_old_qemu_user ¤

is_old_qemu_user() -> bool

exec_file_supported ¤

exec_file_supported() -> bool

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.