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
I'm tracing obfuscated android apk and there is a common situation for classes to have methods with one latter name eg: a, b, c, A, B, C.
I wasted a lot of time figuring out what is going on and why my handlers are called with unexpected objects.
Also I doubt that I'm only one with this issue, do you have a solution ?
The text was updated successfully, but these errors were encountered:
Hey
I'm tracing obfuscated android apk and there is a common situation for classes to have methods with one latter name eg: a, b, c, A, B, C.
I wasted a lot of time figuring out what is going on and why my handlers are called with unexpected objects.
Also I doubt that I'm only one with this issue, do you have a solution ?
The text was updated successfully, but these errors were encountered: