mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
doc update
This commit is contained in:
parent
af10a635f5
commit
16d2bd3177
@ -1,6 +1,6 @@
|
|||||||
# libdislocator, an abusive allocator
|
# libdislocator, an abusive allocator
|
||||||
|
|
||||||
(See ../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,11 @@
|
|||||||
# strcmp() / memcmp() token capture library
|
# strcmp() / memcmp() token capture library
|
||||||
|
|
||||||
(See ../README.md for the general instruction manual.)
|
NOTE: libtokencap is only recommended for binary-only targets or targets that
|
||||||
|
do not compile with afl-clang-fast/afl-clang-lto.
|
||||||
|
The afl-clang-fast AFL_LLVM_DICT2FILE feature is much better, afl-clang-lto
|
||||||
|
has that feature automatically integrated.
|
||||||
|
|
||||||
|
(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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user