
google/AFL: american fuzzy lop - a security-oriented fuzzer - GitHub
american fuzzy lop - a security-oriented fuzzer. Contribute to google/AFL development by creating an account on GitHub.
AFL/docs/INSTALL at master · google/AFL - GitHub
To build AFL, install Xcode and follow the general instructions for Linux. The Xcode 'gcc' tool is just a wrapper for clang, so be sure to use afl-clang to compile any instrumented binaries; afl-gcc will fail unless you have GCC
AFL/docs/QuickStartGuide.txt at master · google/AFL - GitHub
american fuzzy lop - a security-oriented fuzzer. Contribute to google/AFL development by creating an account on GitHub.
fuzzing/docs/afl-based-fuzzers-overview.md at master · google
AFLGo - is an extension for AFL meant for getting to certain parts of code instead of full program coverage. It can be used for testing patches or newly added fragments of code. PerfFuzz - an extension for AFL, that looks for test cases which could significantly slow down the program.
Releases · google/AFL - GitHub
american fuzzy lop - a security-oriented fuzzer. Contribute to google/AFL development by creating an account on GitHub.
GitHub - AFLplusplus/AFLplusplus: The fuzzer afl++ is afl with ...
AFL++ is a superior fork to Google's AFL - more speed, more and better mutations, more and better instrumentation, custom module support, etc. You are free to copy, modify, and distribute AFL++ with attribution under the terms of the Apache-2.0 License.
Issues · google/AFL - GitHub
How to get crash data from AFL (without modifying /proc/sys/kernel/core_pattern)?
AFL/afl-gcc.c at master · google/AFL - GitHub
american fuzzy lop - a security-oriented fuzzer. Contribute to google/AFL development by creating an account on GitHub.
AFL/llvm_mode/README.llvm at master · google/AFL - GitHub
AFL tries to optimize performance by executing the targeted binary just once, stopping it just before main(), and then cloning this "master" process to get a steady supply of targets to fuzz.
AFL/docs/technical_details.txt at master · google/AFL · GitHub
american fuzzy lop - a security-oriented fuzzer. Contribute to google/AFL development by creating an account on GitHub.