From 64aa17778c71bec85cae090ea00cacea15af5c73 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Wed, 5 May 2021 18:08:38 +0200 Subject: [PATCH] libafl: first readme --- README.md | 13 +++++++++++++ README.rst => README.qemu.rst | 0 2 files changed, 13 insertions(+) create mode 100644 README.md rename README.rst => README.qemu.rst (100%) diff --git a/README.md b/README.md new file mode 100644 index 0000000000..c54f4ca3b1 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# QEMU LibAFL Bridge + +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. + +#### License + + +This project extends the QEMU emulator, and our contributions to previously existing files adopt those files' respective licenses; the files that we have added are made available under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. + + +
diff --git a/README.rst b/README.qemu.rst similarity index 100% rename from README.rst rename to README.qemu.rst