16 lines
832 B
Markdown
16 lines
832 B
Markdown
# QEMU LibAFL Bridge
|
|
|
|
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).
|
|
|
|
#### License
|
|
|
|
<sup>
|
|
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.
|
|
</sup>
|
|
|
|
<br>
|