mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-15 08:53:53 +08:00
.
This commit is contained in:
parent
da1ca57cb7
commit
bed990874f
@ -381,7 +381,7 @@ namespace
|
|||||||
HookParam hp;
|
HookParam hp;
|
||||||
hp.address = addr;
|
hp.address = addr;
|
||||||
hp.user_value = check;
|
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)
|
hp.text_fun = [](hook_context *context, HookParam *hp, TextBuffer *buffer, uintptr_t *split)
|
||||||
{
|
{
|
||||||
DWORD ptr;
|
DWORD ptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user