基于 Microsoft CCI 的混淆器
我想编写一个基于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应该不会有什么问题。 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.