Name Date Size #Lines LOC

..--

MakefileH A D25-Apr-20252 KiB6534

README.mdH A D25-Apr-2025480 128

defork.cH A D25-Apr-20251.1 KiB5226

forking_target.cH A D25-Apr-2025886 5028

README.md

1# defork
2
3when the target forks, this breaks all normal fuzzing runs.
4Sometimes, though, it is enough to just run the child process.
5If this is the case, then this LD_PRELOAD library will always return 0 on fork,
6the target will belive it is running as the child, post-fork.
7
8This is defork.c from the amazing preeny project
9https://github.com/zardus/preeny
10
11It is altered for AFL++ to work with its fork-server: the initial fork will go through, the second fork will be blocked.
12