insane hack to work around false positive in SearchForText

This commit is contained in:
Akash Mozumdar 2023-04-21 16:41:00 -04:00
parent d97ebd4fbb
commit 4cebe9462f

View File

@ -193,6 +193,7 @@ void TextHook::Send(uintptr_t dwDataBase)
TextOutput(tp, buffer, count);
#endif // _WIN64
++*pbData;
}
__except (EXCEPTION_EXECUTE_HANDLER)
{