Lines Matching full:fuzz
8 - `afl-common.c` - common functions, used by afl-analyze, afl-fuzz, afl-showmap and afl-tmin
9 - `afl-forkserver.c` - forkserver implementation, used by afl-fuzz afl-showmap, afl-tmin
10 - `afl-fuzz-bitmap.c` - afl-fuzz bitmap handling
11 - `afl-fuzz.c` - afl-fuzz binary tool (just main() and usage())
12 - `afl-fuzz-cmplog.c` - afl-fuzz cmplog functions
13 - `afl-fuzz-extras.c` - afl-fuzz the *extra* function calls
14 - `afl-fuzz-init.c` - afl-fuzz initialization
15 - `afl-fuzz-misc.c` - afl-fuzz misc functions
16 - `afl-fuzz-mutators.c` - afl-fuzz custom mutator and python support
17 - `afl-fuzz-one.c` - afl-fuzz fuzzer_one big loop, this is where the mutation is happening
18 - `afl-fuzz-performance.c` - hash64 and rand functions
19 - `afl-fuzz-python.c` - afl-fuzz the python mutator extension
20 - `afl-fuzz-queue.c` - afl-fuzz handling the queue
21 - `afl-fuzz-redqueen.c` - afl-fuzz redqueen implementation
22 - `afl-fuzz-run.c` - afl-fuzz running the target
23 - `afl-fuzz-state.c` - afl-fuzz state and globals
24 - `afl-fuzz-stats.c` - afl-fuzz writing the statistics file
27 - `afl-sharedmem.c` - sharedmem implementation, used by afl-fuzz, afl-showmap, afl-tmin