有没有办法关闭 Chrome 扩展程序或 Firefox 插件的源代码?

发布于 2024-12-24 20:03:22 字数 69 浏览 4 评论 0原文

我见过的最接近封闭源代码的方法是混淆代码。既然混淆不会使逆向工程变得不可能,是否有更好的方法?事实上,逆向工程真的很简单吗?

The closest approach to close sourcing I've seen is to obfuscate the code. Is there a better way since obfuscation doesn't make reverse engineering impossible? In fact, is reverse engineering actually quite simple?

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

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

发布评论

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

评论(2

谁许谁一生繁华 2024-12-31 20:03:22

由于 Javascript 在客户端计算机(而不是服务器)上执行,因此不幸的是,除了混淆之外您无能为力。除非您使用 AJAX 并在某个服务器上运行代码的重要部分,否则它将始终是可逆向工程的。

Because Javascript executes on the client computer (not the server) there's not much you can do beyond obfuscation unfortunately. Unless you use AJAX and run the important bits of the code on a server somewhere then it'll always be reverse engineerable.

屋顶上的小猫咪 2024-12-31 20:03:22

将您的代码放入(编译/二进制)NPAPI 插件中。

Put your code in (compiled/binary) NPAPI plugins.

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