diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-02-10 15:15:16 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-02-10 15:15:16 +0100 |
commit | 267b085f80074e61bdacf1e85e99014b6b2cdad2 (patch) | |
tree | fd5cb057e7cc2fe620c36943cbfab28421a3ce74 /docs/env_variables.md | |
parent | b6643743d6ccba1cc299daf2e9b5272cb4cdd53c (diff) | |
download | afl++-267b085f80074e61bdacf1e85e99014b6b2cdad2.tar.gz |
dlmalloc only for non glibc qasan and AFL_QEMU_FORCE_DFL
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 4c3b1cfb..ab56c178 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -514,6 +514,12 @@ The QEMU wrapper used to instrument binary-only code supports several settings: stack pointer in which QEMU can find the return address when `start addr` is hit. + - With `AFL_USE_QASAN` you can enable QEMU AddressSanitizer for dynamically + linked binaries. + + - With `AFL_QEMU_FORCE_DFL` you force QEMU to ignore the registered singal + handlers of the target. + ## 6) Settings for afl-cmin The corpus minimization script offers very little customization: |