This commit is contained in:
恍兮惚兮 2024-12-10 02:43:59 +08:00
parent f2315a7884
commit a2859b3295

View File

@ -259,7 +259,7 @@ namespace hookmages
template <int filter>
void SpecialHookMAGES(hook_context *context, HookParam *hp, TextBuffer *buffer, uintptr_t *split)
{
auto edx = (uintptr_t)context->base + offset; // regof(edx, esp_base);
auto edx = (uintptr_t)context->base[offset]; // regof(edx, esp_base);
auto s = mages::readString(edx, gametype);