From b8cd61afb497c95bc6bd7ff0dfbb353ccb0de34c Mon Sep 17 00:00:00 2001 From: caseysmithrc <30840394+caseysmithrc@users.noreply.github.com> Date: Fri, 1 Dec 2017 13:04:29 -0700 Subject: [PATCH] Fix Casing --- Windows/Payloads/AllTheThings/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();