diff options
| author | van Hauser <vh@thc.org> | 2020-04-08 23:15:42 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-04-09 10:23:37 +0200 |
| commit | c8ca944faccc968b0fe54649cecc95e288911bc6 (patch) | |
| tree | 1ceeaa70a14d6f25776c141f317eebcaade4e520 /llvm_mode/README.snapshot.md | |
| parent | b5e4d1a49106fa51995f220a5fa45455c06a8f25 (diff) | |
| download | afl++-c8ca944faccc968b0fe54649cecc95e288911bc6.tar.gz | |
fix review comments by Heiko
Diffstat (limited to 'llvm_mode/README.snapshot.md')
| -rw-r--r-- | llvm_mode/README.snapshot.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm_mode/README.snapshot.md b/llvm_mode/README.snapshot.md index 6bf76b3d..cae86a4a 100644 --- a/llvm_mode/README.snapshot.md +++ b/llvm_mode/README.snapshot.md @@ -1,7 +1,7 @@ # AFL++ snapshot feature -Snapshot is a mechanic that makes a snapshot from a process and then restores -it's state, which is faster then forking it again. +Snapshotting is a feature that makes a snapshot from a process and then +restores it's state, which is faster then forking it again. All targets compiled with llvm_mode are automatically enabled for the snapshot feature. |
