Search code examples
androidobfuscationdeobfuscation

Disassembling Android app


It turns out that Google recommends obfuscating your Android app.

In order to understand the problem, I would like to disassemble my own app and see what information I can extract from the code. How do I do this?


Solution

  • Some tools are listed at What is a good android disassember that can produce infomative results

    Also you can try undx http://undx.sourceforge.net/

    Use them only for good :)