diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2022-07-11 11:33:51 +0200 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2022-07-11 11:33:51 +0200 |
commit | 662662c15d5026ff0bc43b338f9205af06aa6417 (patch) | |
tree | d31818db6b41cabd98b294641fb0119be26d813e /docs/fuzzing_in_depth.md | |
parent | d088c2604528acf1d732b251de90c729c4842554 (diff) | |
download | afl++-662662c15d5026ff0bc43b338f9205af06aa6417.tar.gz |
Fix formatting, punctuation, and typos
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r-- | docs/fuzzing_in_depth.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index 2c27dfe1..37889137 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -838,9 +838,10 @@ Here are some of the most important caveats for AFL++: - There is no direct support for fuzzing network services, background daemons, or interactive apps that require UI interaction to work. You may need to make - simple code changes to make them behave in a more traditional way. Preeny or libdesock may - offer a relatively simple option, too - see: - [https://github.com/zardus/preeny](https://github.com/zardus/preeny) or [https://github.com/fkie-cad/libdesock](https://github.com/fkie-cad/libdesock) + simple code changes to make them behave in a more traditional way. Preeny or + libdesock may offer a relatively simple option, too - see: + [https://github.com/zardus/preeny](https://github.com/zardus/preeny) or + [https://github.com/fkie-cad/libdesock](https://github.com/fkie-cad/libdesock) Some useful tips for modifying network-based services can be also found at: [https://www.fastly.com/blog/how-to-fuzz-server-american-fuzzy-lop](https://www.fastly.com/blog/how-to-fuzz-server-american-fuzzy-lop) |