• Home
  • Raw
  • Download

Lines Matching +full:fuzz +full:- +full:bugs

5   - aflpp_driver         - easily instrument LLVMFuzzerTestOneInput()
8 - afl_network_proxy - fuzz a target over the network: afl-fuzz on
11 - plot_ui - simple UI window utility to display the
12 plots generated by afl-plot
14 - afl_proxy - skeleton file example to show how to fuzz
18 - afl_untracer - fuzz binary-only libraries much faster but with
21 - analysis_scripts - random -o out analysis scripts
23 - argv_fuzzing - a simple wrapper to allow cmdline to be fuzzed
26 - asan_cgroups - a contributed script to simplify fuzzing ASAN
29 - autodict_ql - generate dictionary files from source code.
31 - bash_shellshock - a simple hack used to find a bunch of
32 post-Shellshock bugs in bash.
34 - canvas_harness - a test harness used to find browser bugs with a
36 binaries & afl-fuzz.
38 - clang_asm_normalize - a script that makes it easy to instrument
39 hand-written assembly, provided that you have clang.
41 - crash_triage - a very rudimentary example of how to annotate crashes
44 - custom_mutators - examples for the AFL++ custom mutator interface in
48 - defork - intercept fork() in targets
50 - distributed_fuzzing - a sample script for synchronizing fuzzer instances
53 - libdislocator - like ASAN but lightweight.
55 - libtokencap - collect string tokens for a dictionary.
57 - libpng_no_checksum - a sample patch for removing CRC checks in libpng.
59 - persistent_mode - an example of how to use the LLVM persistent process
62 - qemu_persistent_hook - persistent mode support module for qemu.
64 - socket_fuzzing - a LD_PRELOAD library 'redirects' a socket to stdin
68 directory and is now available as ../afl-cmin. The LLVM mode has likewise
73 but are not necessarily production-grade.