Skip to main content

Posts

Showing posts with the label reverse-engineering

Is it really Impossible to Protect Android apps from Reverse Engineering?

As we know, Android apps are written in Java. In Java, no matter what you do , it is impossible to protect compiled code from decompilation or reverse-engineering, as the following thread suggests: How to lock compiled Java Classes to prevent decompilation My question is how one would go about protecting an app that contains algorithmic trade secrets from reverse-engineering? By "how" I mean not only software techniques but also other creative approaches. Source: Tips4all