如何将.net程序集的清单设为私有?

Dav*_*vid 3 .net security obfuscation

如果我想发布.net程序集但希望将其内部详细信息保存在私有清单(来自实用程序,如ildasm.exe),我该怎么办?

Mar*_*ram 6

我认为你所谈论的是"混淆".网上有很多关于它的文章:

http://en.wikipedia.org/wiki/Obfuscation

用于在.NET上进行混淆的"标准"工具是由Preemptive Solutions提供的:

http://www.preemptive.com/obfuscator.html

他们有一个社区版本,随Visual Studio一起提供,您可以使用它.

你提到ILDasm,你看过.NET Reflector吗?

http://aisto.com/roeder/dotnet/

如果您发布清单,它可以让您更好地了解人们可以看到的内容!