From 9be981df7a39d6b143844c801184696394bbca6a Mon Sep 17 00:00:00 2001 From: saiy#1337 <69067941+saiy1337@users.noreply.github.com> Date: Fri, 1 Jan 2021 04:24:29 -0500 Subject: [PATCH] fix: typo --- CowInject/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CowInject/main.cpp b/CowInject/main.cpp index 3d5a9db..591cfc5 100644 --- a/CowInject/main.cpp +++ b/CowInject/main.cpp @@ -113,7 +113,7 @@ extern "C" NTSTATUS DriverEntry(PDRIVER_OBJECT driver, PUNICODE_STRING reg_path) { DebugPrintA("init Driver \n"); /* - ³õʼ»¯shellcode + ³õʼ»¯shellcode */ //uintptr_t size_of_shellcode = CALCSIZE(HkCreateFileW, ShellCodeEnd); uintptr_t size_of_shellcode = sizeof(HookCode); @@ -223,7 +223,7 @@ extern "C" NTSTATUS DriverEntry(PDRIVER_OBJECT driver, PUNICODE_STRING reg_path) DebugPrintA("success hooked at: %p \n", hook_function); } else { - DebugPrintA("can not get free speace for shellcode \n"); + DebugPrintA("Cannot free space for shellcode \n"); } } else { @@ -237,4 +237,4 @@ extern "C" NTSTATUS DriverEntry(PDRIVER_OBJECT driver, PUNICODE_STRING reg_path) } driver->DriverUnload = DriverUnload; return STATUS_UNSUCCESSFUL; -} \ No newline at end of file +}