Java Code Obfuscate

喜欢而已 提交于 2019-12-04 20:52:00

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.

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?

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.

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.

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