发布时混淆源代码 (C#)

发布于 2024-07-13 16:26:17 字数 1436 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

疧_╮線 2024-07-20 16:26:17

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.

月隐月明月朦胧 2024-07-20 16:26:17

那里有很多混淆器。 例如,我对 smartassemble 非常有信心

there are lots of obfuscators out there. i e.g. are quite confident with smartassembly

黎夕旧梦 2024-07-20 16:26:17

加密 .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.

贱贱哒 2024-07-20 16:26:17

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

乱世争霸 2024-07-20 16:26:17

这适用于通过搜索并寻找替代方案登陆此处的用户。

如果您正在寻找具有更好支持的开源,请尝试: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.

昇り龍 2024-07-20 16:26:17

使用 ConfuserEx Obfuscator

de4dot 可以对混淆的 dll 进行反混淆,一些黑客可以反编译你的代码并可以清楚地看到它。它

可以对被这些应用程序混淆的 app/dll 进行反混淆:

  • Agile.NET(又名 CliSecure)
  • Babel.NET
  • CodeFort
  • CodeVeil
  • CodeWall
  • CryptoObfuscator
  • DeepSea Obfuscator
  • Dotfuscator
  • .NET Reactor
  • Eazfuscator.NET
  • Goliath.NET
  • ILProtector
  • MaxtoCode
  • MPRESS
  • Rummage
  • Skater.NET
  • SmartAssembly
  • Spices.Net
  • Xenocode

所以我建议您使用 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:

  • Agile.NET (aka CliSecure)
  • Babel.NET
  • CodeFort
  • CodeVeil
  • CodeWall
  • CryptoObfuscator
  • DeepSea Obfuscator
  • Dotfuscator
  • .NET Reactor
  • Eazfuscator.NET
  • Goliath.NET
  • ILProtector
  • MaxtoCode
  • MPRESS
  • Rummage
  • Skater.NET
  • SmartAssembly
  • Spices.Net
  • Xenocode

So I reocommend you to use ConfuserEx Obfuscator. It has good features, and is an open-source protector for .NET applications.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文