winafl icon indicating copy to clipboard operation
winafl copied to clipboard

access to my targets stdout for Debugging

Open jaoh opened this issue 8 months ago • 1 comments

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

jaoh avatar Apr 06 '25 17:04 jaoh

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.

ifratric avatar Apr 07 '25 09:04 ifratric