Java Code Obfuscate

别来无恙 提交于 2019-12-09 23:25:51

问题


What is a good free java code Obfuscate program? I have heard of ProGuard but all I get is class not found when I run my applet so uhm... yeah -- anyone?


回答1:


ProGuard is a good one.

ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short meaningless names. Finally, it preverifies the processed code for Java 6 or for Java Micro Edition.




回答2:


yGuard is one I have used. It is open source, so you can try it out. http://www.yworks.com/en/products_yguard_about.html

I would be interested to know why your application is failing however. I have heard ProGuard is good, so maybe you are using wrong settings when you obfuscate?




回答3:


You can look to good list Java Obfuscator here. If you want to have free obfuscator than you can use JBCO, Marvin Obfuscator, Proguard, YGuard.




回答4:


Try arxan.com . I have not used it but I watched their presentation a year ago in cjug.

http://proguard.sourceforge.net/ also looks good.



来源:https://stackoverflow.com/questions/3763977/java-code-obfuscate

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!