Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Obfuscate code in Eclipse?

Tags:

java

eclipse

Is there any way of Obfuscating code in Eclipse when the file is built, rather than using external software? Is there a plugin that does this?

like image 814
Humphrey Avatar asked Jun 10 '11 20:06

Humphrey


People also ask

Is it possible to obfuscate code completely?

While obfuscation can make reading, writing, and reverse-engineering a program difficult and time-consuming, it will not necessarily make it impossible. It adds time and complexity to the build process for the developers.


1 Answers

Google gives me at least 2 interesting matches

http://www.eclipse.org/forums/index.php?t=tree&th=145868&

http://code.google.com/p/obfuscate4e/

like image 126
Fredrik Pihl Avatar answered Sep 20 '22 09:09

Fredrik Pihl