From 140f84441a04c318050552550367b87499c38bce Mon Sep 17 00:00:00 2001 From: Marco C Date: Mon, 1 Jul 2024 14:29:33 +0200 Subject: [PATCH] LibAFL QEMU fix Doc-tests (#2354) Explicitly mark the README snippet as bibtex to avoid cargo trying to run it as Rust --- libafl_qemu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_qemu/README.md b/libafl_qemu/README.md index 7e0a96e2e1..ff4b4eb4ac 100644 --- a/libafl_qemu/README.md +++ b/libafl_qemu/README.md @@ -8,7 +8,7 @@ It comes in two variants, usermode to fuzz Linux ELFs userspace binaries and sys If you use LibAFL QEMU for your academic work, consider citing the follwing paper: -``` +```bibtex @InProceedings{libaflqemu:bar24, title = {{LibAFL QEMU: A Library for Fuzzing-oriented Emulation}}, author = {Romain Malmain and Andrea Fioraldi and Aurélien Francillon},