xref: /aosp_15_r20/external/AFLplusplus/utils/socket_fuzzing/README.md (revision 08b48e0b10e97b33e7b60c5b6e2243bd915777f2)
1# socketfuzz
2
3when you want to fuzz a network service and you can not/do not want to modify
4the source (or just have a binary), then this LD_PRELOAD library will allow
5for sending input to stdin which the target binary will think is coming from
6a network socket.
7
8This is desock_dup.c from the amazing preeny project
9[https://github.com/zardus/preeny](https://github.com/zardus/preeny)
10
11It is packaged in AFL++ to have it at hand if needed
12