Update README.md

master
xerox 4 years ago
parent 4f84f90e90
commit 3a6f3ae2fa

@ -15,7 +15,7 @@ Hook::Install(
Disabling the hook so you can call the original function.
```cpp
Hook::Disable((uintptr_t)&WriteFile);
WriteFile.....
WriteFile(.....)
```
Enabling the hook.

Loading…
Cancel
Save