diff options
| author | van Hauser <vh@thc.org> | 2020-04-08 12:34:01 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-04-09 10:23:37 +0200 |
| commit | ecdffa03f811748f096d4ecdf9d6f2e0f6e5cd51 (patch) | |
| tree | 86f50972f4fbb783d65959f7d2d762d6db962f4a /docs | |
| parent | 6688184bfde767ddd3ea430dcce88762368ff55c (diff) | |
| download | afl++-ecdffa03f811748f096d4ecdf9d6f2e0f6e5cd51.tar.gz | |
added snapshot feature to documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Changelog.md | 1 | ||||
| -rw-r--r-- | docs/env_variables.md | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 7af8a62e..424b61dc 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -35,6 +35,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - rare: puts focus on queue entries that hits rare branches, also ignores runtime - llvm_mode: + - added SNAPSHOT feature (using https://github.com/AFLplusplus/AFL-Snapshot-LKM) - added Control Flow Integrity sanitizer (AFL_USE_CFISAN) - added AFL_LLVM_INSTRUMENT option to control the instrumentation type easier: DEFAULT, CFG (INSTRIM), LTO, CTX, NGRAM-x (x=2-16) diff --git a/docs/env_variables.md b/docs/env_variables.md index 802e7bd0..cd002145 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -257,6 +257,9 @@ checks or alter some of the more exotic semantics of the tool: - AFL_NO_ARITH causes AFL to skip most of the deterministic arithmetics. This can be useful to speed up the fuzzing of text-based file formats. + - AFL_NO_SNAPSHOT will advice afl-fuzz not to use the snapshot feature + if the snapshot lkm is loaded + - AFL_SHUFFLE_QUEUE randomly reorders the input queue on startup. Requested by some users for unorthodox parallelized fuzzing setups, but not advisable otherwise. |
