Name Date Size #Lines LOC

..--

MakefileH A D25-Apr-20252 KiB6232

README.mdH A D25-Apr-2025440 128

socketfuzz.cH A D25-Apr-20251.9 KiB11267

README.md

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