diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-02-03 15:13:57 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-02-03 15:13:57 +0100 |
commit | a1e56fdbed61761f8d8ca1e413b11bc220f3808c (patch) | |
tree | 7200a3d205a35b35bab3109043d907c954f6ebba /docs/env_variables.md | |
parent | 89088035322c8b3ddb07f29367f62cdb590fb8f5 (diff) | |
parent | 13ac2cb125bd5d46a6a139d75cfaf2755f7014e3 (diff) | |
download | afl++-a1e56fdbed61761f8d8ca1e413b11bc220f3808c.tar.gz |
merged mds
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 |