
GitHub - google/AFL: american fuzzy lop - a security-oriented fuzzer
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
If you're not sure what you need, you need the LLVM mode. To get it, try: $ AFL_NO_X86=1 gmake && gmake -C llvm_mode ...and compile your target program with afl-clang-fast or afl …
AFL/docs/QuickStartGuide.txt at master · google/AFL · GitHub
===================== AFL quick start guide ===================== You should read docs/README. It's pretty short. If you really can't, here's how to hit the ground running: 1) …
fuzzing/docs/afl-based-fuzzers-overview.md at master · google
AFL is a coverage-guided, or feedback-based, fuzzer. More about these concepts can be found in a cool paper, Fuzzing: Art, Science, and Engineering. Let's wrap up general information about …
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 …
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
The most common way of using it is to pass the path to afl-gcc or afl-clang via CC when invoking ./configure. (Of course, use CXX and point it to afl-g++ / afl-clang++ for C++ code.)
AFL/llvm_mode/README.llvm at master · google/AFL · GitHub
1) Introduction --------------- The code in this directory allows you to instrument programs for AFL using true compiler-level instrumentation, instead of the more crude assembly-level rewriting …
GitHub - google/honggfuzz: Security oriented software fuzzer.
Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based) - google/honggfuzz