Update README.md

master
xerox 4 years ago
parent c1cb19b618
commit 7b3aab0fa5

@ -26,4 +26,6 @@ hook::enable(&WriteFile);
# info
All hooks are stored inside of a `std::map<uintptr_t, std::unique_ptr<detour>>` for quick and easy access to each object. All functions
interacting with this vector will use the address of the inline hook as the key so mak sure the address is easy to access in your code!
interacting with this vector will use the address of the inline hook as the key so mak sure the address is easy to access in your code!
Keep in mind that this is an inline hooking library so you will need to uninstall the hook to call the actual function. Dont forget to reinstall your hooks!
Loading…
Cancel
Save