From 4b6c7a017beec04019f399c27230f7c7ad62b8a4 Mon Sep 17 00:00:00 2001 From: zeffy Date: Sun, 27 Aug 2017 19:44:08 -0700 Subject: [PATCH] fix eof [skip ci] --- wufuc/ntdllhelper.c | 2 +- wufuc/patchwua.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wufuc/ntdllhelper.c b/wufuc/ntdllhelper.c index 80190bc..ceb5357 100644 --- a/wufuc/ntdllhelper.c +++ b/wufuc/ntdllhelper.c @@ -53,4 +53,4 @@ BOOL TryLdrUnregisterDllNotification(PVOID Cookie, NTSTATUS *result) { } } return FALSE; -} \ No newline at end of file +} diff --git a/wufuc/patchwua.c b/wufuc/patchwua.c index 60cb8f4..d8e3572 100644 --- a/wufuc/patchwua.c +++ b/wufuc/patchwua.c @@ -66,4 +66,4 @@ BOOL PatchWUA(void *lpBaseOfDll, size_t SizeOfImage) { trace(_T("Successfully patched WUA module!")); return result; -} \ No newline at end of file +}