Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code obfuscation using Eclipse IDE in Android

Provide me the steps to obfuscate an Android application from Eclipse IDE. Is Proguard.jar best for this obfuscation purpose or do we have better obfuscator?

like image 866
chiranjib Avatar asked Sep 28 '10 13:09

chiranjib


People also ask

How does obfuscation work Android?

Code Obfuscation is the process of modifying an executable so that it is no longer useful to a hacker but remains fully functional. While the process may modify actual method instructions or metadata, it does not alter the output of the program. On some platforms (such as Java, Android, iOS and .


1 Answers

Just in the last couple days, they've given instructions on how to do this in the Android Developers Blog

like image 184
Blumer Avatar answered Oct 02 '22 15:10

Blumer