From f21cc2da58f2d072c384638b0c66cfaa81891391 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Sun, 25 May 2025 11:05:01 +0200 Subject: [PATCH] nit --- docs/fuzzing_in_depth.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index 60c2aade..5804dd76 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -874,6 +874,8 @@ Here are some of the most important caveats for AFL++: [https://github.com/zardus/preeny](https://github.com/zardus/preeny) or [https://github.com/fkie-cad/libdesock](https://github.com/fkie-cad/libdesock) [https://github.com/zyingp/desockmulti](https://github.com/zyingp/desockmulti) + If these fail then try our own which might be a bit slower but is more + reliable: [utils/libaflppdesock](../utils/libaflppdesock) 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)