• Home
Name Date Size #Lines LOC

..--

MakefileD03-May-20242 KiB6232

README.mdD03-May-2024440 128

socketfuzz.cD03-May-20241.9 KiB11167

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