8000 add desock option · AFLplusplus/AFLplusplus@d02390e · GitHub
[go: up one dir, main page]

Skip to content

Commit d02390e

Browse files
committed
add desock option
1 parent ff1e058 commit d02390e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/fuzzing_in_depth.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,10 +869,11 @@ Here are some of the most important caveats for AFL++:
869869

870870
- There is no direct support for fuzzing network services, background daemons,
871871
or interactive apps that require UI interaction to work. You may need to make
872-
simple code changes to make them behave in a more traditional way. Preeny or
873-
libdesock may offer a relatively simple option, too - see:
872+
simple code changes to make them behave in a more traditional way. Preeny,
873+
libdesock or desockmulti may offer a relatively simple option, too - see:
874874
[https://github.com/zardus/preeny](https://github.com/zardus/preeny) or
875875
[https://github.com/fkie-cad/libdesock](https://github.com/fkie-cad/libdesock)
876+
[https://github.com/zyingp/desockmulti](https://github.com/zyingp/desockmulti)
876877

877878
Some useful tips for modifying network-based services can be also found at:
878879
[https://www.fastly.com/blog/how-to-fuzz-server-american-fuzzy-lop](https://www.fastly.com/blog/how-to-fuzz-server-american-fuzzy-lop)

0 commit comments

Comments
 (0)
0