diff options
author | Khaled Yakdan <yakdan@code-intelligence.de> | 2019-09-04 23:20:18 +0200 |
---|---|---|
committer | Khaled Yakdan <yakdan@code-intelligence.de> | 2019-09-04 23:20:18 +0200 |
commit | b31dff6beec6a7aa17da6f7f8a2eef198c263ccc (patch) | |
tree | c039aeed3572b171c2b7108cd650a0ee53c1b0f6 /src/README.src | |
parent | 1b3f9713309d27c49b153f9b3af12d208076e93c (diff) | |
parent | abf61ecc8f1b4ea3de59f818d859139637b29f32 (diff) | |
download | afl++-b31dff6beec6a7aa17da6f7f8a2eef198c263ccc.tar.gz |
Merge branch 'master-upstream' into custom_mutator_docs
# Conflicts: # afl-fuzz.c
Diffstat (limited to 'src/README.src')
-rw-r--r-- | src/README.src | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/README.src b/src/README.src new file mode 100644 index 00000000..244f5ddd --- /dev/null +++ b/src/README.src @@ -0,0 +1,22 @@ +Quick explanation about the files here: + +afl-analyze.c - afl-analyze binary tool +afl-as.c - afl-as binary tool +afl-gotcpu.c - afl-gotcpu binary tool +afl-showmap.c - afl-showmap binary tool +afl-tmin.c - afl-tmin binary tool +afl-fuzz.c - afl-fuzz binary tool (just main() and usage()) +afl-fuzz-bitmap.c - afl-fuzz bitmap handling +afl-fuzz-extras.c - afl-fuzz the *extra* function calls +afl-fuzz-globals.c - afl-fuzz global variables +afl-fuzz-init.c - afl-fuzz initialization +afl-fuzz-misc.c - afl-fuzz misc functions +afl-fuzz-one.c - afl-fuzz fuzzer_one big loop, this is where the mutation is happening +afl-fuzz-python.c - afl-fuzz the python mutator extension +afl-fuzz-queue.c - afl-fuzz handling the queue +afl-fuzz-run.c - afl-fuzz running the target +afl-fuzz-stats.c - afl-fuzz writing the statistics file +afl-gcc.c - afl-gcc binary tool (deprecated) +afl-common.c - common functions, used by afl-analyze, afl-fuzz, afl-showmap and afl-tmin +afl-forkserver.c - forkserver implementation, used by afl-fuzz and afl-tmin +afl-sharedmem.c - sharedmem implementation, used by afl-fuzz and afl-tmin |