diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-11 19:13:22 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-11 19:13:22 +0100 |
commit | 77ce31c8ba1f90d8895ba16a2bb509db88071a10 (patch) | |
tree | c490c6c0256f412c8baa3002dbae688fcb4f1fad /utils/libdislocator/README.md | |
parent | 5ec91ad5291228f6ef6d9b69605a9b752ef28fa0 (diff) | |
download | afl++-77ce31c8ba1f90d8895ba16a2bb509db88071a10.tar.gz |
Add docs content overview
Diffstat (limited to 'utils/libdislocator/README.md')
-rw-r--r-- | utils/libdislocator/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/libdislocator/README.md b/utils/libdislocator/README.md index 7150c205..116a22ba 100644 --- a/utils/libdislocator/README.md +++ b/utils/libdislocator/README.md @@ -1,6 +1,6 @@ # libdislocator, an abusive allocator - (See ../../README.md for the general instruction manual.) +For the general instruction manual, see [docs/README.md](../../docs/README.md). 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 |