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
Sorry that I am not able to offer any good advice since the rules for taint propagation is too trivial.
e.g for binary ops, you may add hook for tag_combine to detect if it is tainted or not, but it does not works on mov instructions.
Hi,
I tried to print the instructions using taint tracked data by uncommenting the following code: https://github.com/AngoraFuzzer/libdft64/blob/master/src/libdft_api.cpp#L302
But it seems to print all the instructions which are executed after
tainted = true
set in here: https://github.com/AngoraFuzzer/libdft64/blob/master/src/syscall_hook.cpp#L19Is there another way to print the taint tracked instructions?
The text was updated successfully, but these errors were encountered: