Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 775 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 775 Bytes

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