about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-01 23:17:20 +0100
committervan Hauser <vh@thc.org>2020-12-01 23:17:20 +0100
commit0942158ad1210e3933ea15dd9c5ab0a6516febb0 (patch)
tree6ee43c25d3698f6ba6a9d13891aa36b58349311a
parentc05e4efbe9b4e7d1ff078b7a392621f2ca7572e6 (diff)
downloadafl++-0942158ad1210e3933ea15dd9c5ab0a6516febb0.tar.gz
remove docs/README symlink and update references
-rwxr-xr-xafl-cmin2
-rwxr-xr-xafl-cmin.bash2
-rw-r--r--dictionaries/README.md2
l---------docs/README.md1
-rw-r--r--libdislocator/README.md2
-rw-r--r--libtokencap/README.md2
-rw-r--r--qemu_mode/README.md2
7 files changed, 6 insertions, 7 deletions
diff --git a/afl-cmin b/afl-cmin
index 0dbf1390..91ed8d6d 100755
--- a/afl-cmin
+++ b/afl-cmin
@@ -113,7 +113,7 @@ function usage() {
 "  -C            - keep crashing inputs, reject everything else\n" \
 "  -e            - solve for edge coverage only, ignore hit counts\n" \
 "\n" \
-"For additional tips, please consult docs/README.md\n" \
+"For additional tips, please consult README.md\n" \
 "\n" \
 "Environment variables used:\n" \
 "AFL_KEEP_TRACES: leave the temporary <out_dir>/.traces directory\n" \
diff --git a/afl-cmin.bash b/afl-cmin.bash
index 3e29aa5c..637949bc 100755
--- a/afl-cmin.bash
+++ b/afl-cmin.bash
@@ -128,7 +128,7 @@ Minimization settings:
   -C            - keep crashing inputs, reject everything else
   -e            - solve for edge coverage only, ignore hit counts
 
-For additional tips, please consult docs/README.md.
+For additional tips, please consult README.md.
 
 Environment variables used:
 AFL_KEEP_TRACES: leave the temporary <out_dir>\.traces directory
diff --git a/dictionaries/README.md b/dictionaries/README.md
index 616a83cc..7c587abb 100644
--- a/dictionaries/README.md
+++ b/dictionaries/README.md
@@ -1,6 +1,6 @@
 # AFL dictionaries
 
-(See [../docs/README.md](../docs/README.md) for the general instruction manual.)
+(See [../README.md](../README.md) for the general instruction manual.)
 
 This subdirectory contains a set of dictionaries that can be used in
 conjunction with the -x option to allow the fuzzer to effortlessly explore the
diff --git a/docs/README.md b/docs/README.md
deleted file mode 120000
index 32d46ee8..00000000
--- a/docs/README.md
+++ /dev/null
@@ -1 +0,0 @@
-../README.md
\ No newline at end of file
diff --git a/libdislocator/README.md b/libdislocator/README.md
index 873d8806..1785463e 100644
--- a/libdislocator/README.md
+++ b/libdislocator/README.md
@@ -1,6 +1,6 @@
 # libdislocator, an abusive allocator
 
-  (See ../docs/README.md for the general instruction manual.)
+  (See ../README.md for the general instruction manual.)
 
 This is a companion library that can be used as a drop-in replacement for the
 libc allocator in the fuzzed binaries. It improves the odds of bumping into
diff --git a/libtokencap/README.md b/libtokencap/README.md
index 0a3591eb..13a440da 100644
--- a/libtokencap/README.md
+++ b/libtokencap/README.md
@@ -1,6 +1,6 @@
 # strcmp() / memcmp() token capture library
 
-  (See ../docs/README.md for the general instruction manual.)
+  (See ../README.md for the general instruction manual.)
 
 This companion library allows you to instrument `strcmp()`, `memcmp()`,
 and related functions to automatically extract syntax tokens passed to any of
diff --git a/qemu_mode/README.md b/qemu_mode/README.md
index 58e48e91..9818846d 100644
--- a/qemu_mode/README.md
+++ b/qemu_mode/README.md
@@ -1,6 +1,6 @@
 # High-performance binary-only instrumentation for afl-fuzz
 
-  (See ../docs/README.md for the general instruction manual.)
+  (See ../README.md for the general instruction manual.)
 
 ## 1) Introduction