From 7ee254b0200d0fc0a2f0f96ecd8cc90e391a7c9b Mon Sep 17 00:00:00 2001 From: xerox Date: Sat, 11 Apr 2020 09:01:31 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 01044b5..58f019a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # shithook -An inline hooking library for windows. +An inline hooking library for windows. Supports 64 bit and 32 bit applications. # usage @@ -21,11 +21,4 @@ Disabling the hook so you can call the original function. Enabling the hook. ``` 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 make 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 +``` \ No newline at end of file