From 4cebe9462fdab0f8e5ef29e27eb76461854f3d41 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Fri, 21 Apr 2023 16:41:00 -0400 Subject: [PATCH] insane hack to work around false positive in SearchForText --- texthook/texthook.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/texthook/texthook.cc b/texthook/texthook.cc index a99c91b..e08808a 100644 --- a/texthook/texthook.cc +++ b/texthook/texthook.cc @@ -193,6 +193,7 @@ void TextHook::Send(uintptr_t dwDataBase) TextOutput(tp, buffer, count); #endif // _WIN64 + ++*pbData; } __except (EXCEPTION_EXECUTE_HANDLER) {