diff options
author | van Hauser <vh@thc.org> | 2020-08-01 16:32:01 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-01 16:32:01 +0200 |
commit | 9439ba1dac174741c7838c17de202b0dc68c6a88 (patch) | |
tree | 52ee2d6868450c175254ad028735a8f8c992d360 | |
parent | 9c9c4a6b2b898e7512afa7136eece4151de08767 (diff) | |
download | afl++-9439ba1dac174741c7838c17de202b0dc68c6a88.tar.gz |
document env var
-rw-r--r-- | docs/env_variables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 4c0d2db7..811c5658 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -262,6 +262,9 @@ checks or alter some of the more exotic semantics of the tool: the target. This must be equal or larger than the size the target was compiled with. + - Setting AFL_DISABLE_TRIM tells afl-fuzz to no trim test cases. This is + usually a bad idea! + - Setting AFL_NO_AFFINITY disables attempts to bind to a specific CPU core on Linux systems. This slows things down, but lets you run more instances of afl-fuzz than would be prudent (if you really want to). |