diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 17:01:45 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 17:01:45 +0100 |
commit | 0ae9b0dff4773c34913d89d8efcab4453552c140 (patch) | |
tree | 6f5903c90a8b59b9b744e51d2d045b42bfcb5955 /docs/fuzzing_in_depth.md | |
parent | d9e39be4e8dd0242877412d1a17589acc825292e (diff) | |
download | afl++-0ae9b0dff4773c34913d89d8efcab4453552c140.tar.gz |
Remove the word "please"
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r-- | docs/fuzzing_in_depth.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index 7aabe090..c94590a4 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -1,7 +1,7 @@ # Fuzzing with AFL++ The following describes how to fuzz with a target if source code is available. -If you have a binary-only target, please go to +If you have a binary-only target, go to [fuzzing_binary-only_targets.md](fuzzing_binary-only_targets.md). Fuzzing source code is a three-step process: @@ -431,7 +431,7 @@ Run it like `screen -dmS afl-main -- afl-fuzz -M main-$HOSTNAME -i ...` and it will start away in a screen session. To enter this session, type `screen -r afl-main`. You see - it makes sense to name the screen session same as the afl-fuzz -M/-S naming :-) -For more information on screen or tmux please check their documentation. +For more information on screen or tmux, check their documentation. If you need to stop and re-start the fuzzing, use the same command line options (or even change them by selecting a different power schedule or another mutation |