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
rz-tracetes needs some kind of statistics which lists how many of the unique uplifted instructions were actually executed.
Most instructions of an architecture are never used in actual binaries. PPC gave me around ~35 executed from 166 uplifted over two different binaries.
Since rz-tracetest doesn't state this explicitly it gives a wrong sense of success if it lists thousands of correctly executed instructions although actually tested were only 30-40.
The text was updated successfully, but these errors were encountered:
rz-tracetes
needs some kind of statistics which lists how many of the unique uplifted instructions were actually executed.Most instructions of an architecture are never used in actual binaries. PPC gave me around ~35 executed from 166 uplifted over two different binaries.
Since
rz-tracetest
doesn't state this explicitly it gives a wrong sense of success if it lists thousands of correctly executed instructions although actually tested were only 30-40.The text was updated successfully, but these errors were encountered: