16 unstable releases (7 breaking)

0.13.1 Jun 30, 2024
0.12.0 Apr 12, 2024
0.11.2 Dec 21, 2023
0.11.1 Aug 31, 2023
0.6.1 Aug 23, 2021

#80 in Emulators

Download history 26/week @ 2024-04-01 64/week @ 2024-04-08 48/week @ 2024-04-15 8/week @ 2024-04-22 1/week @ 2024-04-29 20/week @ 2024-05-06 7/week @ 2024-05-20 6/week @ 2024-06-03 148/week @ 2024-06-10 15/week @ 2024-06-17 140/week @ 2024-06-24 70/week @ 2024-07-01 46/week @ 2024-07-08

284 downloads per month
Used in libafl_sugar

MIT/Apache

4MB
99K SLoC

LibAFL QEMU

LibAFL QEMU is a fuzzing-oriented emulation library that wraps QEMU with a rich API in Rust.

It comes in two variants, usermode to fuzz Linux ELFs userspace binaries and systemmode, to fuzz arbitrary operating systems with QEMU TCG.

Cite

If you use LibAFL QEMU for your academic work, consider citing the follwing paper:

@InProceedings{libaflqemu:bar24,
  title        = {{LibAFL QEMU: A Library for Fuzzing-oriented Emulation}},
  author       = {Romain Malmain and Andrea Fioraldi and Aurélien Francillon},
  year         = {2024},
  series       = {BAR 24},
  month        = {March},
  booktitle    = {Workshop on Binary Analysis Research (colocated with NDSS Symposium)},
  location     = {San Diego (USA)},
  keywords     = {fuzzing, emulation},
}

lib.rs:

Welcome to LibAFL QEMU

Warning: The documentation is built by default for x86_64 in usermode. To access the documentation of other architectures or systemmode, the documentation must be rebuilt with the right features.

Dependencies

~46–76MB
~1.5M SLoC