about summary refs log tree commit diff
path: root/utils/README.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-08-08 01:29:32 +0200
committerGitHub <noreply@github.com>2021-08-08 01:29:32 +0200
commitdf74625df0324e17178dbf3c7c03484719ef6dd0 (patch)
tree4972da62b84cf5af25ca0e83623823f5f87bb7a3 /utils/README.md
parent1cffe27185419ef45d32d7fbc07d5a24e527546d (diff)
downloadafl++-df74625df0324e17178dbf3c7c03484719ef6dd0.tar.gz
Change afl to AFL in *.md (#1057)
Changes in *.md files:
- afl++ > AFL++ (acronym)
- afl > AFL (compare https://github.com/google/AFL)

Excluded from changes:
- source code
- function names
- paths (folder and file names)
- URLs
Diffstat (limited to 'utils/README.md')
-rw-r--r--utils/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/README.md b/utils/README.md
index 7fd6177a..b8df0b47 100644
--- a/utils/README.md
+++ b/utils/README.md
@@ -41,7 +41,7 @@ Here's a quick overview of the stuff you can find in this directory:
   - crash_triage         - a very rudimentary example of how to annotate crashes
                            with additional gdb metadata.
 
-  - custom_mutators      - examples for the afl++ custom mutator interface in
+  - custom_mutators      - examples for the AFL++ custom mutator interface in
                            C and Python. Note: They were moved to
                            ../custom_mutators/examples/
 
@@ -64,7 +64,7 @@ Here's a quick overview of the stuff you can find in this directory:
   - qemu_persistent_hook - persistent mode support module for qemu.
 
   - socket_fuzzing       - a LD_PRELOAD library 'redirects' a socket to stdin
-                           for fuzzing access with afl++
+                           for fuzzing access with AFL++
 
 Note that the minimize_corpus.sh tool has graduated from the utils/
 directory and is now available as ../afl-cmin. The LLVM mode has likewise