是否有混淆的C#源$ C ​​$ C任何程序? [英] Is there any program that obfuscates C# source code?

查看:155
本文介绍了是否有混淆的C#源$ C ​​$ C任何程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们的要求是能够给我们的DLL使用ClickOnce集成。 Dotfuscator做了模糊处理的工作很好,但在混淆的DLL不能部署的ClickOnce客户端。在我们身边,我们可以完美地处理它。此外,模糊化的组件崩溃的某个时候我们的.NET CF应用程序。事实证明,到创建一个临时源和VS.编译之前混淆它的解决方案这确保了编译组件可以使用ClickOnce被集成并与.NET CF.完全兼容什么是混淆C#源$ C ​​$ C(未装配)的最佳工具?

Our requirement is being able to integrate our DLLs with ClickOnce. Dotfuscator does the obfuscation job nicely but the obfuscated DLLs cannot be deployed with ClickOnce on customer side. On our side, we can handle it perfectly. Moreover, the obfuscated assemblies sometime crash our .NET CF app. It turns out to a solution that creates a temporary source and obfuscates it before compiling with VS. This ensures that the compiled assembly can be integrated with ClickOnce and fully compatible with .NET CF. What is the best tool to obfuscate C# SOURCE CODE (not assemblies)?

推荐答案

{SmartAssembly} - 简单,高效,辉煌并附带不仅仅是混淆。

{SmartAssembly} - Simple, efficient, brilliant and comes with more than just obfuscation.

目前,我们使用它与的ClickOnce 它支持的 Compact Framework的 - 你只需要添加一个后生成脚本就大功告成了。它也有不同级别的安全性,所以你可以简单地通过试错法去保护的最兼容的水平。

We currently use it with ClickOnce and it supports the Compact Framework - You just add a post build script and you're done. It also has various levels of security, so you can simply go by trial and error to the most compatible level of protection.

这篇关于是否有混淆的C#源$ C ​​$ C任何程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆