forked from Public-Mirror/Textractor
dont split mono strings
This commit is contained in:
parent
4854cd35f1
commit
a978df2655
@ -16458,7 +16458,7 @@ static void SpecialHookMonoString(DWORD esp_base, HookParam *hp, BYTE, DWORD *da
|
|||||||
break;
|
break;
|
||||||
if (!s)
|
if (!s)
|
||||||
s = hp->address;
|
s = hp->address;
|
||||||
*split = s;
|
if (hp->type & USING_SPLIT) *split = s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user