Hacker News new | ask | show | jobs
by shimfish 1920 days ago
From 2015. No reason to believe things would have got better since then.

https://venturebeat.com/2015/01/05/monument-valley-developer...

1 comments

> How is piracy for Android any easier than say, Windows, Mac OS X, or Linux?

I'm not arguing if it is easier, I am asking how is it easier? That article does not answer how.

Aren't APK files simply java .jar packaged together? It's trivial to fully decompile java binary (bytecode) directly to source code.
Google offers protection via obfuscation. I've seen the results of its decompilation and it's practically useless.