diff options
author | vanhauser-thc <vh@thc.org> | 2021-06-10 10:25:37 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-06-10 10:25:37 +0200 |
commit | a7340a1ac6c6165c8eb390a503758104c0d85bcb (patch) | |
tree | 3c3621aae7c8619264d7141f58de5c15b3c53369 /docs/env_variables.md | |
parent | b8092c62274d4b746290b44736cba0f7f4cc5400 (diff) | |
download | afl++-a7340a1ac6c6165c8eb390a503758104c0d85bcb.tar.gz |
fix AFL_CAL_FAST
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 38a67bc7..e058f377 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -108,9 +108,6 @@ make fairly broad use of environmental variables instead: - Setting `AFL_QUIET` will prevent afl-cc and afl-as banners from being displayed during compilation, in case you find them distracting. - - Setting `AFL_CAL_FAST` will speed up the initial calibration, if the - application is very slow. - ## 2) Settings for LLVM and LTO: afl-clang-fast / afl-clang-fast++ / afl-clang-lto / afl-clang-lto++ The native instrumentation helpers (instrumentation and gcc_plugin) accept a subset @@ -386,6 +383,7 @@ checks or alter some of the more exotic semantics of the tool: - `AFL_FAST_CAL` keeps the calibration stage about 2.5x faster (albeit less precise), which can help when starting a session against a slow target. + `AFL_CAL_FAST` works too. - The CPU widget shown at the bottom of the screen is fairly simplistic and may complain of high load prematurely, especially on systems with low core |