防止解压 jar 文件

发布于 2024-12-28 15:28:02 字数 88 浏览 1 评论 0原文

我不希望任何人提取 my.jar 文件。我在 my.jar 中混淆了我的代码,但我希望任何人都无法提取它。我也知道 Jar_Signing 对我没有帮助。 如何?

I don't want anyone extract my.jar file. I so obfuscated my code in my.jar but I want anyone can't extract it . I also know Jar_Signing don't help me.
how?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

喵星人汪星人 2025-01-04 15:28:02

不可能。如果没有人能提取出来,JVM 如何才能提取出类文件呢?

Not possible. If nobody could extract it, how would the JVM be able to get the class files out?

老娘不死你永远是小三 2025-01-04 15:28:02

您可以尝试使用 \x0 作为前缀重命名类,并损坏类的 CRC32。 jvm 不会检查 CRC32,但一旦您尝试使用标准工具提取 jar,它将阻止提取。

You could try to rename the classes with \x0 as prefix and corrupt the CRC32 of your classes. CRC32 isnt getting checked by the jvm but once you try to extract you jar with standard tools it will prevent the extraction.

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