[saco] Implement/match PathProcessingCrashFixHook()

This commit is contained in:
RD42
2024-10-14 18:19:37 +08:00
parent 0e67b1e408
commit ffafea3482

View File

@ -649,6 +649,26 @@ skip:
//-----------------------------------------------------------
NUDE PathProcessingCrashFixHook()
{
__asm
{
push esi
test ecx, ecx;
jz exitFn
mov esi,dword ptr ss:[esp+8]
mov eax,dword ptr ds:[esi]
mov edx, 0x63A047;
jmp edx;
exitFn:
mov esi, 0x63a04d;
jmp esi;
}
}
//-----------------------------------------------------------
NUDE SetCarColorCrashFix()
{
__asm