You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf writes to stdout are not captured as taint sinks when running PolyTracker with POLYTRACKER_STDOUT_SINK=1.
It would be convenient to be able to capture:
printf("Tainted value: %x", tainted_value);
as a taint sink write.
The text was updated successfully, but these errors were encountered:
printf
writes tostdout
are not captured as taint sinks when running PolyTracker withPOLYTRACKER_STDOUT_SINK=1
.It would be convenient to be able to capture:
as a taint sink write.
The text was updated successfully, but these errors were encountered: