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
In open
in_dtracker_whitelist /prg/tmp/vuzzer64/libdft64/test.txt
Info ignoring fd 4 /prg/tmp/vuzzer64/libdft64/test.txt
In mmap -1 0 bytes
Setting taint 3 14 bytes
close 4
Setting taint 3 7 bytes
close 3
(end of pintool.log)
that fd 4 should have tainted bytes written is not reported.
same if "md5sum /tmp/test.rar" is done, it should show tainted writes to stdout.
The text was updated successfully, but these errors were encountered:
vanhauser-thc
changed the title
libdft64 is following taint correctly
libdft64 is following taint not correctly
Jan 12, 2019
I compiled libdft with pin-3.7 and EWAHBoolArray-0.4.0.
As the command line options to watch file descriptions etc have been removed I added just this to the code:
Some output excerpts of "pin -follow_execv -t ./obj-intel64/libdft-dta.so -- unrar x /tmp/test.rar ":
It taints stuff it should not:
it specifically says "ignoring fd" but still setting taint. this happens all over the place
however it also taints correctly:
this looks good
but then never follows the taint:
that fd 4 should have tainted bytes written is not reported.
same if "md5sum /tmp/test.rar" is done, it should show tainted writes to stdout.
The text was updated successfully, but these errors were encountered: