mirror of
https://github.com/HIllya51/LunaHook.git
synced 2025-01-13 05:13:58 +08:00
remove
This commit is contained in:
parent
9f248d4894
commit
d329bc0525
@ -15,17 +15,13 @@ void mscorlib_system_string_InternalSubString_hook_fun(hook_stack* stack, HookP
|
|||||||
*len = length * 2;
|
*len = length * 2;
|
||||||
|
|
||||||
}
|
}
|
||||||
void mscorlib_system_string_hook_fun(hook_stack* stack, HookParam *hp, uintptr_t *data, uintptr_t *split, size_t*len)
|
|
||||||
{
|
|
||||||
commonsolvemonostring(stack->ARG1,data,len);
|
|
||||||
}
|
|
||||||
|
|
||||||
/** jichi 12/26/2014 Mono
|
/** jichi 12/26/2014 Mono
|
||||||
* Sample game: [141226] ハ<EFBFBD>レ<EFBFBD>めいと
|
* Sample game: [141226] ハ<EFBFBD>レ<EFBFBD>めいと
|
||||||
*/
|
*/
|
||||||
void SpecialHookMonoString(hook_stack* stack, HookParam *hp, uintptr_t *data, uintptr_t *split, size_t*len)
|
void SpecialHookMonoString(hook_stack* stack, HookParam *hp, uintptr_t *data, uintptr_t *split, size_t*len)
|
||||||
{
|
{
|
||||||
mscorlib_system_string_hook_fun(stack,hp,data,split,len);
|
commonsolvemonostring(stack->ARG1,data,len);
|
||||||
|
|
||||||
#ifndef _WIN64
|
#ifndef _WIN64
|
||||||
auto s = stack->ecx;
|
auto s = stack->ecx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user