diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-03 14:13:09 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-03 14:13:09 +0100 |
commit | 13ac2cb125bd5d46a6a139d75cfaf2755f7014e3 (patch) | |
tree | a1639019f13583acc89f51fa32671a478a39829c /docs/env_variables.md | |
parent | 2fe7889912c9bb340f302a037585b7b1836ac94f (diff) | |
download | afl++-13ac2cb125bd5d46a6a139d75cfaf2755f7014e3.tar.gz |
s/experimental\//examples\/g
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index d38a4bc3..677a7b5f 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -34,7 +34,7 @@ tools make fairly broad use of environmental variables: in your $PATH. - AFL_PATH can be used to point afl-gcc to an alternate location of afl-as. - One possible use of this is experimental/clang_asm_normalize/, which lets + One possible use of this is examples/clang_asm_normalize/, which lets you instrument hand-written assembly when compiling clang code by plugging a normalizer into the chain. (There is no equivalent feature for GCC.) @@ -215,7 +215,7 @@ checks or alter some of the more exotic semantics of the tool: Beyond counter aesthetics, not much else should change. - Setting AFL_POST_LIBRARY allows you to configure a postprocessor for - mutated files - say, to fix up checksums. See experimental/post_library/ + mutated files - say, to fix up checksums. See examples/post_library/ for more. - Setting AFL_CUSTOM_MUTATOR_LIBRARY to a shared library with |