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
From this code,it is clear that there will only raise 1 leak path whether the taint analysis tool is flow-sensitivity or not.
But however when I watched the source code of this apk,I find the original design of it really makes sense.
This code difference may be caused by compilation optimization which eliminates differences in analysis results.
Considering that much analysis will directly be put on the apk file,maybe a better one which can show the difference is expected.
The text was updated successfully, but these errors were encountered:
This is the code fragment I decompiled from the apk file:
From this code,it is clear that there will only raise 1 leak path whether the taint analysis tool is flow-sensitivity or not.
But however when I watched the source code of this apk,I find the original design of it really makes sense.
This code difference may be caused by compilation optimization which eliminates differences in analysis results.
Considering that much analysis will directly be put on the apk file,maybe a better one which can show the difference is expected.
The text was updated successfully, but these errors were encountered: