From 7b3aab0fa52aaa5143bb3655d98b465281dd80a8 Mon Sep 17 00:00:00 2001 From: xerox Date: Thu, 26 Dec 2019 17:17:17 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed25571..6b2be69 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,6 @@ hook::enable(&WriteFile); # info All hooks are stored inside of a `std::map>` 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! \ No newline at end of file +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! \ No newline at end of file