【问题标题】:Dotfuscator Professional edition string encryption not workingDotfuscator 专业版字符串加密不起作用
【发布时间】:2020-01-02 22:13:17
【问题描述】:

我使用 Dotfuscator 专业版并且确实编写了非常简单的 .NET 应用程序:

class Program
{
    static void Main(string[] args)
    {
        Console.WriteLine("Hello");
    }
}

我想根据当前手册混淆代码中的所有字符串

https://www.preemptive.com/blog/article/1004-encrypting-string-constants-with-dotfuscator/107-support-corner

经过所有操作后,我仍然可以在 dotPeek 中看到我的字符串。

我哪里出错了?

【问题讨论】:

    标签: obfuscation dotfuscator


    【解决方案1】:

    您尚未启用字符串加密本身。在您的第一张图片中,“禁用字符串加密”设置为“是”。将其设置为“否”。然后,在 String Encryption 选项卡上,浏览程序集的代码并选中要加密其字符串的任何方法旁边的框。

    (我在 Dotfuscator 团队工作。请注意,如果您使用的是 Dotfuscator Professional,如果您需要进一步的帮助,则可以访问我们的 support team。)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-11-24
      • 2014-07-01
      • 2019-05-23
      • 1970-01-01
      相关资源
      最近更新 更多