mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
Merge pull request #1342 from martinclauss/patch-1
Update fuzzing_in_depth.md
This commit is contained in:
@ -817,9 +817,9 @@ Here are some of the most important caveats for AFL++:
|
|||||||
|
|
||||||
- There is no direct support for fuzzing network services, background daemons,
|
- 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
|
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 may
|
simple code changes to make them behave in a more traditional way. Preeny or libdesock may
|
||||||
offer a relatively simple option, too - see:
|
offer a relatively simple option, too - see:
|
||||||
[https://github.com/zardus/preeny](https://github.com/zardus/preeny)
|
[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:
|
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)
|
[https://www.fastly.com/blog/how-to-fuzz-server-american-fuzzy-lop](https://www.fastly.com/blog/how-to-fuzz-server-american-fuzzy-lop)
|
||||||
|
Reference in New Issue
Block a user