winafl
winafl copied to clipboard
access to my targets stdout for Debugging
Iam currently fuzzing a target and would like to use printf to debug something.
Is it possible to get accesss to the targets stdout output to read my printfs
thanks
Are you using DR or TinyInst backend,
With DR, setting AFL_NO_SINKHOLE environment variable should do the trick, see https://github.com/googleprojectzero/winafl/blob/master/afl-fuzz.c#L8513
With TinyInst, AFAIK it should already be priniting to stdout.