代码级混淆器与程序集混淆器
我尝试过一些程序集混淆器,但除了一些商业混淆器外,其他的与我的项目不兼容。
代码级混淆对于我的场景来说已经足够了,但我想知道关键的差异,还有免费的代码级混淆器吗?
I've tried some assembly obfuscators but except a few commercial ones, others are not compatible with my project.
A code level obfuscation is enough for my scenario but I want to know the key diffrences and also is there any free code level obfuscator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在进行单人项目(个人爱好),那么可以使用免费的 Dotfuscator 工具构建进入 Visual Studio 可能就足够了。提供的链接列出了免费版本提供的限制细目。
如果您不仅仅是一个孤独的开发人员,那么他们会要求您获得许可证。
If you are on a single person project (personal hobby), then the free Dotfuscator tool built into Visual Studio might be good enough. The provided link lists the breakdown of limitations provided by the free version.
If you're not just a lone developer, then they require you to get a license.