Java代码混淆
什么是好的免费 java 代码混淆程序?我听说过 ProGuard,但是当我运行我的小程序时,我得到的只是找不到类,所以呃...是的 - 有人吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
ProGuard 是一个不错的选择。
ProGuard is a good one.
yGuard 是我用过的一个。它是开源的,所以你可以尝试一下。
http://www.yworks.com/en/products_yguard_about.html
我会但有兴趣知道为什么您的应用程序失败。我听说 ProGuard 很好,所以也许你在混淆时使用了错误的设置?
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?
您可以在此处查看 Java Obfuscator 的优秀列表。如果您想拥有免费的混淆器,可以使用JBCO,Marvin 混淆器, Proguard,YGuard。
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.
尝试 arxan.com 。我没有使用过它,但我一年前在 cjug 上看过他们的演示。
http://proguard.sourceforge.net/ 看起来也不错。
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.