From b277ea2a624368495f061e8dfd6c9ab3df0bfcd5 Mon Sep 17 00:00:00 2001 From: Romain Malmain Date: Wed, 21 Feb 2024 11:07:57 +0100 Subject: [PATCH] Fixed small details in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9e6751da1..3557947312 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # QEMU LibAFL Bridge -This is a patched QEMU that exposes an interface for LibAFL-based fuzzers. +This is a patched version of [QEMU](https://gitlab.com/qemu-project/qemu) that exposes an interface for LibAFL-based fuzzers. This raw interface is used in `libafl_qemu` that expose a more Rusty API. -To use libafl_qemu, refer to the [LibAFL](https://github.com/AFLplusplus/LibAFL) repository, especially the qemu example fuzzers such as [qemu_launcher](https://github.com/AFLplusplus/LibAFL/tree/main/fuzzers/qemu_launcher) +To use `libafl_qemu`, refer to the [LibAFL](https://github.com/AFLplusplus/LibAFL) repository, especially the qemu example fuzzers such as [qemu_launcher](https://github.com/AFLplusplus/LibAFL/tree/main/fuzzers/qemu_launcher). #### License