Update README.md

master
xerox 4 years ago
parent ef0c814d62
commit 15dac6dcc3

@ -8,7 +8,7 @@ Installing the hook/Init.
```cpp
hook::make_hook(
&WriteFile, //address to put inline hook at.
&HookWriteFile, //address to jmp too.
&HookWriteFile //address to jmp too.
);
```

Loading…
Cancel
Save