I have an apk file using jni. I can pass classes.dex to IDA pro and attach it to the process on the device, but I can't enter into native library *.so. How to do it?
I even don't see C functions in "functions window" field. I see only java methods.
Or maybe there is another way to debug *.so in apk?