mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
remove docs/README symlink and update references
This commit is contained in:
2
afl-cmin
2
afl-cmin
@ -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" \
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../README.md
|
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user