From 0a9a44ce15bb772b3193fbee481768e7327db1a9 Mon Sep 17 00:00:00 2001 From: BobTheBob9 Date: Sun, 10 Jul 2022 22:21:29 +0100 Subject: completely remove old hooking --- NorthstarDLL/NSMem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NorthstarDLL/NSMem.h') diff --git a/NorthstarDLL/NSMem.h b/NorthstarDLL/NSMem.h index 3e633c6b..e28ccdf3 100644 --- a/NorthstarDLL/NSMem.h +++ b/NorthstarDLL/NSMem.h @@ -192,7 +192,8 @@ struct KHook { if (hook->Setup()) { - spdlog::info("KHook hooked at {}", hook->targetFuncAddr); + //spdlog::info("KHook hooked at {}", hook->targetFuncAddr); + spdlog::info("KHOOK {} at {}", hook->targetFunc.pattern, hook->targetFuncAddr); } else { -- cgit v1.2.3