diff options
author | Dominik Maier <domenukk@gmail.com> | 2021-04-26 16:03:08 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2021-04-26 16:03:08 +0200 |
commit | a3f8fc5d1ccabc455e28157ee86211f0c11c81a3 (patch) | |
tree | 3ca0fd7889aa8291bd16226d50b95f8966bd8e82 /qemu_mode | |
parent | 3d830daa46da9412f475310afabf1b965156f3e1 (diff) | |
download | afl++-a3f8fc5d1ccabc455e28157ee86211f0c11c81a3.tar.gz |
moved custom_mutator examples
Diffstat (limited to 'qemu_mode')
-rw-r--r-- | qemu_mode/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu_mode/README.md b/qemu_mode/README.md index 4aa2133e..38cb5ba6 100644 --- a/qemu_mode/README.md +++ b/qemu_mode/README.md @@ -190,8 +190,8 @@ handlers of the target. ## 13) Gotchas, feedback, bugs -If you need to fix up checksums or do other cleanup on mutated test cases, see -utils/custom_mutators/ for a viable solution. +If you need to fix up checksums or do other cleanups on mutated test cases, see +`afl_custom_post_process` in custom_mutators/examples/example.c for a viable solution. Do not mix QEMU mode with ASAN, MSAN, or the likes; QEMU doesn't appreciate the "shadow VM" trick employed by the sanitizers and will probably just |