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
R2 fails to find the functions at some addresses while analyzing apk sample.
In this way, It leads to incomplete analysis result.
Take an APK (SHA1: 3f2c8e170a4aab68af2c43a0d63e52a637791a9f) as an example.
At first, I found the La/b/d/a/B.method.a()I exists at 1483646 according to the symbol info,
then tried to disassemble it. It turns out that R2 can’t find the function at this address.