This commit is contained in:
恍兮惚兮 2025-01-14 19:28:20 +08:00
parent e173b2266e
commit da1ca57cb7

View File

@ -151,7 +151,7 @@ bool TYPEMOON::attach_function()
if (!addr)
return false;
HookParam hp;
hp.address = 0x44CC80;
hp.address = addr;
hp.type = USING_STRING | NO_CONTEXT;
hp.text_fun = [](hook_context *context, HookParam *hp, TextBuffer *buffer, uintptr_t *split)
{