Update main.cpp

master
xerox 5 years ago
parent f161ef489d
commit 3c637a78a5

@ -23,8 +23,7 @@ BOOL HookWriteFile(
int main() int main()
{ {
cout << "Hello world" << endl; hook::install(
hook::install(
&WriteFile, &WriteFile,
&HookWriteFile &HookWriteFile
); );

Loading…
Cancel
Save