Eazfusctor.net - 排除文件

发布于 2024-11-26 03:16:46 字数 100 浏览 1 评论 0原文

我正在使用 Eazfuscator.NET 来混淆我的项目。

我筛选了 Eazfuscator 的文档(可能不够深入),并想知道如何从混淆中排除项目的特定 .cs 文件。

I am using Eazfuscator.NET to obfuscate my project.

I sifted through the documentation of Eazfuscator (perhaps not in-depth enough) and was wondering how to exclude specific .cs files of my project from obfuscation.

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

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

发布评论

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

评论(1

木有鱼丸 2024-12-03 03:16:46

在更深入地阅读文档后,我找到了答案,哈哈:

如果其他人正在研究它,这里可供将来参考:

[System.Reflection.ObfuscationAttribute(Feature = "renaming", ApplyToMembers = true)]

^这仅用于禁用类及其成员重命名。

I've found the answer after reading more in-depth into the documentation, haha:

Here is for future reference if anyone else is looking into it:

[System.Reflection.ObfuscationAttribute(Feature = "renaming", ApplyToMembers = true)]

^This is for disabling class and its members renaming only.

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