diff --git a/Windows/Payloads/AllTheThings/Program.cs b/Windows/Payloads/AllTheThings/Program.cs index 71298edf..0a1ed900 100755 --- a/Windows/Payloads/AllTheThings/Program.cs +++ b/Windows/Payloads/AllTheThings/Program.cs @@ -154,7 +154,7 @@ class Exports return true; } - [DllExport("DlluNRegisterServer", CallingConvention = CallingConvention.StdCall)] + [DllExport("DllUnregisterServer", CallingConvention = CallingConvention.StdCall)] public static bool DllUUnregisterServer() { Thing0.Exec();