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