1 Updating the QEMU patches
2 =========================
4 When updating to the latest American Fuzzy Lop, make sure to check for
5 any new patches to qemu for binary fuzzing support:
7 https://github.com/google/AFL/tree/master/qemu_mode
9 Be sure to check the build script and make sure it's also using the
10 right QEMU version and options in `qemu.nix`:
12 https://github.com/google/AFL/blob/master/qemu_mode/build_qemu_support.sh
14 `afl-config.h`, `afl-types.h`, and `afl-qemu-cpu-inl.h` are part of
15 the afl source code, and copied from `config.h`, `types.h` and
16 `afl-qemu-cpu-inl.h` appropriately. These files and the QEMU patches
17 need to be slightly adjusted to fix their `#include`s (the patches
18 try to otherwise include files like `../../config.h` which causes the