Hacker News new | ask | show | jobs
by why_Mr_Anderson 1923 days ago
Aren't APK files simply java .jar packaged together? It's trivial to fully decompile java binary (bytecode) directly to source code.
1 comments

Google offers protection via obfuscation. I've seen the results of its decompilation and it's practically useless.