From aba63c43bce17f5d13b45fd6faf7712e6e3dacfa Mon Sep 17 00:00:00 2001 From: NotNite Date: Mon, 6 Feb 2023 11:35:40 -0500 Subject: [PATCH] wp --- DeezShade/DeezShade.csproj | 2 +- DeezShade/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DeezShade/DeezShade.csproj b/DeezShade/DeezShade.csproj index 42d9e3c..f5c7ade 100644 --- a/DeezShade/DeezShade.csproj +++ b/DeezShade/DeezShade.csproj @@ -2,7 +2,7 @@ Exe net4.7.2 - 1.0.2 + 1.0.3 diff --git a/DeezShade/Program.cs b/DeezShade/Program.cs index 00c1115..493c4b0 100644 --- a/DeezShade/Program.cs +++ b/DeezShade/Program.cs @@ -62,7 +62,7 @@ namespace DeezShade { Console.WriteLine("Patching GShade malware..."); type.GetField("_instReady").SetValue(null, true); // wp var harmony = new Harmony("com.notnite.thanks-marot"); - var lolMethod = type.GetMethod("lol", BindingFlags.Static | BindingFlags.NonPublic); + var lolMethod = type.GetMethod("www", BindingFlags.Static | BindingFlags.NonPublic); harmony.Patch(lolMethod, new HarmonyMethod(typeof(Program).GetMethod(nameof(LolDetour)))); type.GetMethod("CopyZipDeployProcess").Invoke(null, null);