summary refs log tree commit diff
path: root/pkgs/tools/security/afl/README.md
blob: 0b0d4e80fbca9e449b86f527b41a981a4b75a9c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Updating the QEMU patches
=========================

When updating to the latest American Fuzzy Lop, make sure to check for
any new patches to qemu for binary fuzzing support:

https://github.com/mirrorer/afl/tree/master/qemu_mode

Be sure to check the build script and make sure it's also using the
right QEMU version and options in `qemu.nix`:

https://github.com/mirrorer/afl/blob/master/qemu_mode/build_qemu_support.sh

`afl-config.h`, `afl-types.h`, and `afl-qemu-cpu-inl.h` are part of
the afl source code, and copied from `config.h`, `types.h` and
`afl-qemu-cpu-inl.h` appropriately. These files and the QEMU patches
need to be slightly adjusted to fix their `#include`s (the patches
try to otherwise include files like `../../config.h` which causes the
build to fail).