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 /qemu_mode/README.md | |
parent | f63c2ed1450da8ab5ff38dcb7f0ab1a13d9865ca (diff) | |
download | afl++-7a8e4018a59fdabef395ca730d6e73f95e8daaed.tar.gz |
Change the word "env var" to "environment variable"
Diffstat (limited to 'qemu_mode/README.md')
-rw-r--r-- | qemu_mode/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qemu_mode/README.md b/qemu_mode/README.md index b4b5e7bf..8e04cbf9 100644 --- a/qemu_mode/README.md +++ b/qemu_mode/README.md @@ -83,8 +83,9 @@ For more information, see [README.persistent.md](README.persistent.md). As an extension to persistent mode, qemuafl can snapshot and restore the memory state and brk(). For details, see [README.persistent.md](README.persistent.md). -The env var that enables the ready to use snapshot mode is `AFL_QEMU_SNAPSHOT` -and takes a hex address as a value that is the snapshot entry point. +The environment variable that enables the ready to use snapshot mode is +`AFL_QEMU_SNAPSHOT` and takes a hex address as a value that is the snapshot +entry point. Snapshot mode can work restoring all the writeable pages, that is typically slower than fork() mode but, on the other hand, it can scale better with |