• Home
  • Raw
  • Download

Lines Matching +full:fuzz +full:- +full:issue +full:- +full:has +full:- +full:question

14 * Marc "van Hauser" Heuse <mh@mh-sec.de>
17 * Heiko "hexcoder-" Eissfeldt <heiko.eissfeldt@hexco.de>
23 AFL++ is a superior fork to Google's AFL - more speed, more and better
27 terms of the Apache-2.0 License. See the [LICENSE](LICENSE) for details.
40 `dev` - depending on your risk appetite. Also take a look at the list of
47 `afl-clang-fast` with `AFL_LLVM_CMPLOG=1`. You can find the `aflplusplus`
58 docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus
68 To build AFL++ yourself - *which we recommend* - continue at
74 [common sense risks of fuzzing](docs/fuzzing_in_depth.md#0-common-sense-risks).*
81 * Binary-only targets:
82 [docs/fuzzing_binary-only_targets.md](docs/fuzzing_binary-only_targets.md)
84 …[docs/best_practices.md#fuzzing-a-network-service](docs/best_practices.md#fuzzing-a-network-servic…
86 [docs/best_practices.md#fuzzing-a-gui-program](docs/best_practices.md#fuzzing-a-gui-program)
88 Step-by-step quick start:
90 1. Compile the program or library to be fuzzed using `afl-cc`. A common way to
94 CC=/path/to/afl-cc CXX=/path/to/afl-c++ ./configure --disable-shared
102 3. If the program reads from stdin, run `afl-fuzz` like so:
105 ./afl-fuzz -i seeds_dir -o output_dir -- \
109 To add a dictionary, add `-x /path/to/dictionary.txt` to afl-fuzz.
112 command line; AFL++ will put an auto-generated file name in there for you.
115 …[docs/afl-fuzz_approach.md#understanding-the-status-screen](docs/afl-fuzz_approach.md#understandin…
118 `hangs/` in the `-o output_dir` directory. You can replay the crashes by
127 6. We cannot stress this enough - if you want to fuzz effectively, read the
134 * The contributors can be reached via (e.g., by creating an issue):
137 question missing, submit it via
141 ([browse archive](https://groups.google.com/group/afl-users)). To compare
143 email to <afl-users+subscribe@googlegroups.com>, but note that this is not
153 AFL++ - it is synced from dev from time to time when we are satisfied with its
156 of AFL++ - bleeding edge and you might catch a checkout which does not compile
157 or has a bug. **We only accept PRs (pull requests) for the 'dev' branch!**
167 This can be your way to support and contribute to AFL++ - extend it to do
178 Thank you! (For people sending pull requests - please add yourself to this list
179 :-)
215 Daniel Godas-Lopez Franjo Ivancic
220 Van-Thuan Pham Abhik Roychoudhury
227 Khaled Yakdan Kuang-che Wu
231 fuzzah @intrigus-lgtm
250 @inproceedings {AFLplusplus-Woot20,