[android-developers] De compile Android Application
You want the app to be able to be transfered, installed and executed, don't you?
That means that it has to be read each step. That means you always can decompile it, can't you?
So no, this can't be done, but you can make it harder to understand the code with good obscuring programs that rename methods etc. You could develop another compiler the decompiler has problems with. But that is just obscuring your code, not stop anyone from decode your program.
--
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home