[HELP] How to decompile protected classes.dex file - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Programming (https://the.bytecode.club/forumdisplay.php?fid=86) +--- Thread: [HELP] How to decompile protected classes.dex file (/showthread.php?tid=1649) Pages:
1
2
|
RE: [HELP] How to decompile protected classes.dex file - youbrey - 05-06-2016 (04-27-2016, 06:48 PM)mik01 Wrote: yes, your friend could be right. I didn't look any further on the target but i've seen libpp.so has some AES decryption routines which get called in almost every jni method. so i guess the original classes.dex is aes encrypted. i am not using linux, can i live debugging on my device? like using gdb? RE: [HELP] How to decompile protected classes.dex file - mik01 - 05-09-2016 (05-06-2016, 07:27 PM)youbrey Wrote: i am not using linux, can i live debugging on my device? like using gdb? I'm using IDA and gdbserver for remote debugging. IDA v5.0 is free https://www.hex-rays.com/products/ida/support/download_freeware.shtml and a very good debugging tool. gdbserver gets shipped with the ndk. |