Skip to content

novafacing/qemu-rs

Folders and files

NameName
Last commit message
Last commit date
Dec 6, 2024
Jun 2, 2024
Dec 5, 2024
Dec 6, 2024
Dec 6, 2024
Jan 10, 2024
Jan 8, 2024
Jan 9, 2024
Dec 5, 2024
Mar 11, 2024
Dec 5, 2024

Repository files navigation

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