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
because I found it cannot run correct in arm64 for this:
I check valgrind's code and found in valgrind , Iop_1Uto32 is not in arm64 only in arm. I changed the code than taintgrind can run correct. so Maybe you decide if this is a correct patch for taintgrind.
The text was updated successfully, but these errors were encountered:
Thanks for the bug report.
Since tnt_translate.c is based on mc_translate.c, looking at mc_translate.c I see that the case for Ity_I1 got removed altogether.
Could you try to remove it and see if it that solves your problem?
here is my change for taintgrind
because I found it cannot run correct in arm64 for this:
I check valgrind's code and found in valgrind , Iop_1Uto32 is not in arm64 only in arm. I changed the code than taintgrind can run correct. so Maybe you decide if this is a correct patch for taintgrind.
The text was updated successfully, but these errors were encountered: