diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 17:13:12 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 17:13:12 +0100 |
commit | 7a8e4018a59fdabef395ca730d6e73f95e8daaed (patch) | |
tree | fd80b7005273e743b4c2f2d4ec80c5446655358c /docs/env_variables.md | |
parent | f63c2ed1450da8ab5ff38dcb7f0ab1a13d9865ca (diff) | |
download | afl++-7a8e4018a59fdabef395ca730d6e73f95e8daaed.tar.gz |
Change the word "env var" to "environment variable"
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index ec9b2b01..6c90e84c 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -564,7 +564,7 @@ The QEMU wrapper used to instrument binary-only code supports several settings: general purpose registers and restore them in each persistent cycle. - Another modality to execute the persistent loop is to specify also the - `AFL_QEMU_PERSISTENT_RET=end addr` env variable. With this variable + `AFL_QEMU_PERSISTENT_RET=end addr` environment variable. With this variable assigned, instead of patching the return address, the specified instruction is transformed to a jump towards `start addr`. |