zardus / preeny

Some helpful preload libraries for pwning stuff.
BSD 2-Clause "Simplified" License
1.57k stars 170 forks source link

Is desock a safe library for fuzzing network programs? #77

Open powerthe900 opened 3 years ago

powerthe900 commented 3 years ago

I am fuzzing a network program and using desock to run the application from standard input. Is this considered to be a safe operation or will this result in less bugs caught by fuzzers, or etc?