From bed990874ffafd24ec28df7d2f024d1ee0e5f17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <1173718158@qq.com> Date: Tue, 14 Jan 2025 23:22:42 +0800 Subject: [PATCH] . --- cpp/LunaHook/LunaHook/engine32/Elf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/LunaHook/LunaHook/engine32/Elf.cpp b/cpp/LunaHook/LunaHook/engine32/Elf.cpp index 157871fc..f10dad38 100644 --- a/cpp/LunaHook/LunaHook/engine32/Elf.cpp +++ b/cpp/LunaHook/LunaHook/engine32/Elf.cpp @@ -381,7 +381,7 @@ namespace HookParam hp; hp.address = addr; hp.user_value = check; - hp.type = USING_STRING | NO_CONTEXT; + hp.type = USING_STRING | NO_CONTEXT | BREAK_POINT; // 有壳minhook太慢了 hp.text_fun = [](hook_context *context, HookParam *hp, TextBuffer *buffer, uintptr_t *split) { DWORD ptr;