Frida – No Backtrace
I am trying to do some reverse engeniring of an android app. For that, I want to get the same stacktrace as what I’m seeing online to be able to follow tutorials etc… Basically when I run frida on my app, it crashes because it has some anti tampering/anti root/anti hook measures (which is expected).
When it crashes, I get a stacktrace like :
Decoding error in encrypt and decrypt fields with frida
I’m new to Frida Hook. In this study, I am trying to get the iv key and string methods. I keep getting errors