From 22cfb142de8a7fab496c3c661b48bf92e49e37cb Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Tue, 20 Feb 2024 14:49:50 +0100 Subject: [PATCH] Refer to LibAFL in the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c54f4ca3b1..d9e6751da1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is a patched 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) + #### License