Java代码混淆

发布于 2024-09-24 01:51:40 字数 80 浏览 4 评论 0原文

什么是好的免费 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

爱的十字路口 2024-10-01 01:51:40

ProGuard 是一个不错的选择。

ProGuard 是一个免费的 Java 类文件
收缩器、优化器、混淆器和
预验证器。它检测并删除
未使用的类、字段、方法和
属性。它优化了字节码和
删除未使用的指令。它
重命名剩余的类、字段,
和使用简短无意义的方法
名称。最后,它预验证了
针对 Java 6 或 Java Micro Edition 的已处理代码。

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.

池予 2024-10-01 01:51:40

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?

高速公鹿 2024-10-01 01:51:40

您可以在此处查看 Java Obfuscator 的优秀列表。如果您想拥有免费的混淆器,可以使用JBCOMarvin 混淆器 ProguardYGuard

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.

英雄似剑 2024-10-01 01:51:40

尝试 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文