@ -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.