xref: /aosp_15_r20/external/AFLplusplus/src/README.md (revision 08b48e0b10e97b33e7b60c5b6e2243bd915777f2)
1# Source Folder
2
3Quick explanation about the files here:
4
5- `afl-analyze.c`	- afl-analyze binary tool
6- `afl-as.c`		- afl-as binary tool
7- `afl-cc.c`		- afl-cc binary tool
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
25- `afl-gotcpu.c`	- afl-gotcpu binary tool
26- `afl-ld-lto.c`	- LTO linker helper
27- `afl-sharedmem.c`	- sharedmem implementation, used by afl-fuzz, afl-showmap, afl-tmin
28- `afl-showmap.c`	- afl-showmap binary tool
29- `afl-tmin.c`		- afl-tmin binary tool
30