File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -869,10 +869,11 @@ Here are some of the most important caveats for AFL++:
869
869
870
870
- There is no direct support for fuzzing network services, background daemons,
871
871
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:
874
874
[ https://github.com/zardus/preeny ] ( https://github.com/zardus/preeny ) or
875
875
[ https://github.com/fkie-cad/libdesock ] ( https://github.com/fkie-cad/libdesock )
876
+ [ https://github.com/zyingp/desockmulti ] ( https://github.com/zyingp/desockmulti )
876
877
877
878
Some useful tips for modifying network-based services can be also found at:
878
879
[ https://www.fastly.com/blog/how-to-fuzz-server-american-fuzzy-lop ] ( https://www.fastly.com/blog/how-to-fuzz-server-american-fuzzy-lop )
You can’t perform that action at this time.
0 commit comments