From 3c637a78a587d5d5aed54ef342e185cd3c1dfc78 Mon Sep 17 00:00:00 2001 From: xerox Date: Thu, 26 Dec 2019 17:24:36 -0800 Subject: [PATCH] Update main.cpp --- main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 5b0bee7..3df330f 100644 --- a/main.cpp +++ b/main.cpp @@ -23,8 +23,7 @@ BOOL HookWriteFile( int main() { - cout << "Hello world" << endl; - hook::install( + hook::install( &WriteFile, &HookWriteFile );