diff options
author | vanhauser-thc <vh@thc.org> | 2020-12-09 11:30:04 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2020-12-09 11:30:04 +0100 |
commit | a8e568f248628c39e0bc34173470988034723627 (patch) | |
tree | b4677724560bfcd2bda784c9f4e714ff26fbf490 /docs/notes_for_asan.md | |
parent | 39a4fac941177387578ec856aacea2187588fc13 (diff) | |
download | afl++-a8e568f248628c39e0bc34173470988034723627.tar.gz |
move libdislocator, libtokencap and qbdi_mode to utils/
Diffstat (limited to 'docs/notes_for_asan.md')
-rw-r--r-- | docs/notes_for_asan.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/notes_for_asan.md b/docs/notes_for_asan.md index f08ae3fb..2b3bc028 100644 --- a/docs/notes_for_asan.md +++ b/docs/notes_for_asan.md @@ -35,7 +35,7 @@ no sanitizers compiled in. There is also the option of generating a corpus using a non-ASAN binary, and then feeding it to an ASAN-instrumented one to check for bugs. This is faster, and can give you somewhat comparable results. You can also try using -libdislocator (see libdislocator/README.dislocator.md in the parent directory) as a +libdislocator (see [utils/libdislocator/README.dislocator.md](../utils/libdislocator/README.dislocator.md) in the parent directory) as a lightweight and hassle-free (but less thorough) alternative. ## 2) Long version |