混淆 .net exe 后,无法加载文件或程序集“Newtonsoft.Json”

时间:2021-03-18 23:22:11

标签: c# json.net dsharp+

错误:

System.IO.FileLoadException: The File or the Assemply "Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" is not found  (Exception of HRESULT: 0x80131040)
Filename: "Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"
   in DSharpPlus.Net.DiscordApiClient.<GetGatewayInfoAsync>d__122.MoveNext()

我猜问题出在 DSharpPlus 上,因为我使用 newtonsoft 从 json 文件中获取登录详细信息以连接到我的登录系统,因此问题出在 DSharpPlus 上。混淆我的程序后,我收到此错误。我使用了 VMProtect 3.4 Ultimate,但其他所有混淆器也会给我一个错误:(例如开源混淆器:AsStrongAsFuck)

我希望有人能帮助我,我已经尝试了 4 天了。

0 个答案:

没有答案
相关问题