Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | D | 03-May-2024 | 2 KiB | 62 | 32 | |
README.md | D | 03-May-2024 | 440 | 12 | 8 | |
socketfuzz.c | D | 03-May-2024 | 1.9 KiB | 111 | 67 |
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