diff --git a/cpp/LunaHook/LunaHook/engine32/CatSystem.cpp b/cpp/LunaHook/LunaHook/engine32/CatSystem.cpp index 97c11301..7c59f0ea 100644 --- a/cpp/LunaHook/LunaHook/engine32/CatSystem.cpp +++ b/cpp/LunaHook/LunaHook/engine32/CatSystem.cpp @@ -239,6 +239,7 @@ bool InsertCatSystem2Hook() hp.filter_fun = [](TextBuffer *buffer, HookParam *hp) { auto _ = std::regex_replace(buffer->strA(), std::regex(R"(\[(.+?)/.+\])"), "$1"); + strReplace(_, "\\@", ""); buffer->from(_); }; hp.lineSeparator = L"\\n";