From e20fb7ae51b639e53fad3926c55a232a65a1d09e Mon Sep 17 00:00:00 2001 From: lightbulblighter Date: Wed, 3 Aug 2022 11:35:22 -0700 Subject: [PATCH] again work --- Tadah.DLL/Hooks/StandardOut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tadah.DLL/Hooks/StandardOut.cpp b/Tadah.DLL/Hooks/StandardOut.cpp index 196d247..07668dc 100644 --- a/Tadah.DLL/Hooks/StandardOut.cpp +++ b/Tadah.DLL/Hooks/StandardOut.cpp @@ -27,7 +27,7 @@ void __fastcall StandardOut__print_hook(int _this, void*, int type, std::string* StandardOut__print(_this, type, message); #ifndef _DEBUG - // Message pointer is offset 4 bytes when the DLL is compiled as release. + // Message pointer is offset 4 bytes when the DLL is compiled as release message = reinterpret_cast((int)message + 4); #endif