Dotfuscator Community Edition 与 Visual Studio Professional 或更高版本一起安装。 然而,社区版是一个业余爱好者或入门版本,仅允许您通过简单地重命名所有成员来在一定程度上混淆代码,未集成在 VS 中,并且不允许使用字符串加密等强大功能。
Dotfuscator Community Edition is installed along with Visual Studio Professional or higher versions. The Community edition, however, is a hobbyist or introductory version that only allows you to obfuscate the code to a degree by simple renaming of all members, is not integrated within VS and does not allow for robust features such as string encryption.
The process of encrypting .NET assemblies is called obfuscation, and tools that do this are naturally enough called obfuscators. There's one that comes with Visual Studio (Dotfuscator Community Edition), but it's said that it's limited.
发布评论
评论(7)
Dotfuscator Community Edition 与 Visual Studio Professional 或更高版本一起安装。 然而,社区版是一个业余爱好者或入门版本,仅允许您通过简单地重命名所有成员来在一定程度上混淆代码,未集成在 VS 中,并且不允许使用字符串加密等强大功能。
Dotfuscator Community Edition is installed along with Visual Studio Professional or higher versions. The Community edition, however, is a hobbyist or introductory version that only allows you to obfuscate the code to a degree by simple renaming of all members, is not integrated within VS and does not allow for robust features such as string encryption.
那里有很多混淆器。 例如,我对 smartassemble 非常有信心
there are lots of obfuscators out there. i e.g. are quite confident with smartassembly
加密 .NET 程序集的过程称为混淆,执行此操作的工具很自然地称为混淆器。 Visual Studio(Dotfuscator Community Edition)附带了一个,但据说它是有限的。
并且不要使用 XHEO。
The process of encrypting .NET assemblies is called obfuscation, and tools that do this are naturally enough called obfuscators. There's one that comes with Visual Studio (Dotfuscator Community Edition), but it's said that it's limited.
And don't go with XHEO.
另一个是smartassemble。
Another is smartassembly.
http://en.wikipedia.org/wiki/Dotfuscator
您已经拥有社区版VisualStudio 在工具菜单下
http://en.wikipedia.org/wiki/Dotfuscator
You already have the community edition in VisualStudio under your tools menu
这适用于通过搜索并寻找替代方案登陆此处的用户。
如果您正在寻找具有更好支持的开源,请尝试:ConfuserEx。 它是 Confuser 项目的继承者。
This for users landing here through search and looking for alternatives.
If you are looking at open source with better support, try: ConfuserEx. It is the successor of Confuser project.
使用 ConfuserEx Obfuscator
de4dot 可以对混淆的 dll 进行反混淆,一些黑客可以反编译你的代码并可以清楚地看到它。它
可以对被这些应用程序混淆的 app/dll 进行反混淆:
所以我建议您使用 ConfuserEx Obfuscator。 它具有良好的功能,并且是 .NET 应用程序的开源保护程序。
Use ConfuserEx Obfuscator
de4dot can deobfuscate obfuscated dlls, some hackers can decompile your codes and can see it clearly...
it can deobfuscate the app/dlls that was obfuscated by these applications:
So I reocommend you to use ConfuserEx Obfuscator. It has good features, and is an open-source protector for .NET applications.