diff options
author | teor <teor2345@gmail.com> | 2016-12-13 16:23:12 +1100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-30 08:37:23 -0500 |
commit | 0fb1156e9f0ee62e9b704e9e56ebae3c8d436218 (patch) | |
tree | 9db47c187370c57e2a66cd19e0475fa32f78341e /doc/HACKING | |
parent | 416e2f6b283801190f087445d295b391e08cc902 (diff) | |
download | tor-0fb1156e9f0ee62e9b704e9e56ebae3c8d436218.tar.gz tor-0fb1156e9f0ee62e9b704e9e56ebae3c8d436218.zip |
Add a script for running multiple fuzzing sessions on multiple cores
Diffstat (limited to 'doc/HACKING')
-rw-r--r-- | doc/HACKING/Fuzzing.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/HACKING/Fuzzing.md b/doc/HACKING/Fuzzing.md index 7ba7f49026..703f028891 100644 --- a/doc/HACKING/Fuzzing.md +++ b/doc/HACKING/Fuzzing.md @@ -42,6 +42,7 @@ To Run: ../afl/afl-fuzz -i src/test/fuzz/fuzz_dir_testcase -o src/test/fuzz/fuzz_dir_findings -m <asan-memory-limit> -- src/test/fuzz_dir AFL has a multi-core mode, check the documentation for details. +You might find the included fuzz-multi.sh script useful for this. macOS (OS X) requires slightly more preparation, including: * using afl-clang (or afl-clang-fast from the llvm directory) |