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 );