remove docs/README symlink and update references

This commit is contained in:
van Hauser
2020-12-01 23:17:20 +01:00
parent c05e4efbe9
commit 0942158ad1
7 changed files with 6 additions and 7 deletions

View File

@ -113,7 +113,7 @@ function usage() {
" -C - keep crashing inputs, reject everything else\n" \ " -C - keep crashing inputs, reject everything else\n" \
" -e - solve for edge coverage only, ignore hit counts\n" \ " -e - solve for edge coverage only, ignore hit counts\n" \
"\n" \ "\n" \
"For additional tips, please consult docs/README.md\n" \ "For additional tips, please consult README.md\n" \
"\n" \ "\n" \
"Environment variables used:\n" \ "Environment variables used:\n" \
"AFL_KEEP_TRACES: leave the temporary <out_dir>/.traces directory\n" \ "AFL_KEEP_TRACES: leave the temporary <out_dir>/.traces directory\n" \

View File

@ -128,7 +128,7 @@ Minimization settings:
-C - keep crashing inputs, reject everything else -C - keep crashing inputs, reject everything else
-e - solve for edge coverage only, ignore hit counts -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: Environment variables used:
AFL_KEEP_TRACES: leave the temporary <out_dir>\.traces directory AFL_KEEP_TRACES: leave the temporary <out_dir>\.traces directory

View File

@ -1,6 +1,6 @@
# AFL dictionaries # 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 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 conjunction with the -x option to allow the fuzzer to effortlessly explore the

View File

@ -1 +0,0 @@
../README.md

View File

@ -1,6 +1,6 @@
# libdislocator, an abusive allocator # 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 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 libc allocator in the fuzzed binaries. It improves the odds of bumping into

View File

@ -1,6 +1,6 @@
# strcmp() / memcmp() token capture library # 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()`, This companion library allows you to instrument `strcmp()`, `memcmp()`,
and related functions to automatically extract syntax tokens passed to any of and related functions to automatically extract syntax tokens passed to any of

View File

@ -1,6 +1,6 @@
# High-performance binary-only instrumentation for afl-fuzz # 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 ## 1) Introduction