debugging - IDA Dalvik Debugger w/ Android Libgame.so file? -


i trying debug , breakpoint libgame.so file extracted apk. loads fine, , functions appear, won't let me use dalvik debugger , attach phone did classes.dex file.

edit: appears is: no debugger, remote arm linux/android debugger (and gdb) , trace replayer. how set use dalvik debugger if it's not listed?

posting comment answer question can closed:

the .dex files dalvik bytecode , .so library files machine code.

you'll need use arm debugger debug .so file.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -