#qemu #installer #binary #emulation

app qemu-aarch64

QEMU binary installer for qemu-aarch64

3 releases

0.1.3 Mar 25, 2023
0.1.2 Mar 25, 2023
0.1.0 Nov 5, 2022

#40 in #qemu

34 downloads per month

MIT and GPL-2.0-only

135KB
2K SLoC

QEMU-RS

QEMU for Rust, and Rust for QEMU!

Crates

This repository provides several QEMU-related crates:

The crates work together to enable building QEMU utilities in Rust and running QEMU from Rust code in a machine-specified way.

Try it Out

To see what the crate can do, trace the execution (including syscalls, memory accesses, and instructions) of a program like:

cargo run -r --bin tracer -- -a /bin/ls -- -lah

Dependencies

~1.6–3MB
~69K SLoC