This commit is contained in:
hexcoder
2021-08-20 12:18:13 +02:00
committed by GitHub
parent 3513ba2e51
commit 56e2c55914

View File

@ -113,8 +113,8 @@ void afl_persistent_hook(struct x86_64_regs *regs, uint64_t guest_base,
``` ```
## ASAN ## ASAN
It is also possible to enalbe ASAN (if that is the configuration you are having It is also possible to enable ASAN (if that is the configuration you are having
issues with) without having to use `afl-fuzz` this can be done as follows (note issues with) without having to use `afl-fuzz`. This can be done as follows (note
that the name of the asan DSO may need to be changed depending on your that the name of the asan DSO may need to be changed depending on your
platform). Note that the asan DSO must appear first in the `LD_PRELOAD` platform). Note that the asan DSO must appear first in the `LD_PRELOAD`
environment variable: environment variable: