基于 Microsoft CCI 的混淆器

发布于 2024-08-09 18:55:22 字数 115 浏览 2 评论 0原文

我想编写一个基于 Microsoft CCI 库的 .NET 混淆器。我发现了一些用 Mono.Cecil 编写的混淆器,但没有基于 CCI 的。 CCI 执行此任务是否存在任何潜在问题?

提前致谢。

I want to write an .NET obfuscator based on Microsoft CCI library. I found a few obfuscators written with Mono.Cecil, but there are no CCI based. Are there any potential problems with CCI for this task?

Thanks in advance.

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

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

发布评论

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

评论(1

淡墨 2024-08-16 18:55:23

应该不会有什么问题。 CCI 根据 MS-PL 许可证 获得许可,使其适合在开源或专有程序。有些人发现 Cecil 更容易使用,而另一些人则对 CCI 非常满意。所以不,不应该有任何潜在的问题。

There shouldn't be any issue. CCI is licensed under the MS-PL license making it suitable to be shipped in an open-source or a properietary program. Some people find Cecil easier to use, some other are perfectly happy with the CCI. So nope, there should not b any potential issue.

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