Skip to content

Files

Latest commit

029e039 · May 21, 2023

History

History
This branch is 1046 commits behind AFLplusplus/AFLplusplus:stable.

socket_fuzzing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 1, 2020
Oct 18, 2021
May 21, 2023

socketfuzz

when you want to fuzz a network service and you can not/do not want to modify the source (or just have a binary), then this LD_PRELOAD library will allow for sending input to stdin which the target binary will think is coming from a network socket.

This is desock_dup.c from the amazing preeny project https://github.com/zardus/preeny

It is packaged in AFL++ to have it at hand if needed