mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
.
This commit is contained in:
parent
f2315a7884
commit
a2859b3295
@ -259,7 +259,7 @@ namespace hookmages
|
|||||||
template <int filter>
|
template <int filter>
|
||||||
void SpecialHookMAGES(hook_context *context, HookParam *hp, TextBuffer *buffer, uintptr_t *split)
|
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);
|
auto s = mages::readString(edx, gametype);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user