.net代码混淆 [英] .net code obfuscation

查看:100
本文介绍了.net代码混淆的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,亲爱的.......................


谁能告诉我如何在C#Windows应用程序中为混淆的代码创建安装程序包?


预先感谢,

Gaurav kumar
软件开发人员
;)

Hello dear''s.......................


Can anyone tell me about how to create a setup package for obfuscated code in C# Windows Application?


Thanks in advance,

Gaurav kumar
Software Developer
;)

推荐答案

通常,您需要在组装之后,但在将它们放入安装程序包之前对其进行混淆.这可以通过在构建过程中使用混淆步骤的MSBUild集成来完成.请参阅支持此方案的加密混淆器.
You will typically need to obfuscate the assemblies AFTER they are built but BEFORE they are put in the setup package. This can be done using MSBUild integration of the obfuscation step in your build process. See Crypto Obfuscator which supports this scenario.


什么混淆软件包?您是否已请求混淆软件包的制造商寻求帮助?
What obfuscation package? Have you asked the manufacturer of the obfuscation package for help?


好了,您可以为混淆后的代码创建合并模块(msm文件),以后再创建安装程序(msi文件)时就可以合并了这里的msm ...

遵循此 MSDN [
Well you can create Merge Module (msm file) for obfuscated code and later when you will create the installer (msi file) just merge the msm here...

Follow this MSDN[^] page to get the idea about MSM and MSI and how to create them. :)


这篇关于.net代码混淆的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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