diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-02-11 20:08:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 20:08:28 +0100 |
commit | 223bd70f1f1530a0b8331e3deee0de2b20ae061b (patch) | |
tree | 237bb1dcf05902662c044a8d0e2b397441165a4a /docs/env_variables.md | |
parent | dd3f4bb41c47025c490e7687d7bd1f04188f7bc4 (diff) | |
download | afl++-223bd70f1f1530a0b8331e3deee0de2b20ae061b.tar.gz |
typo
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index ab56c178..886669ad 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -517,7 +517,7 @@ The QEMU wrapper used to instrument binary-only code supports several settings: - 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 + - With `AFL_QEMU_FORCE_DFL` you force QEMU to ignore the registered signal handlers of the target. ## 6) Settings for afl-cmin |