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;