This commit is contained in:
Diavolo 2021-07-29 10:11:27 +02:00
parent 22f33921b6
commit 8b4f177fcc
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5
2 changed files with 4 additions and 4 deletions

View File

@ -286,7 +286,7 @@ namespace Components
push [esp + 2Ch] push [esp + 2Ch]
push [esp + 2Ch] push [esp + 2Ch]
call AssetHandler::IsAssetEligible call AssetHandler::IsAssetEligible
add esp, 08h add esp, 8h
mov [esp + 20h], eax mov [esp + 20h], eax
popad popad
@ -295,13 +295,13 @@ namespace Components
test al, al test al, al
jz doNotLoad jz doNotLoad
mov eax, [esp + 8] mov eax, [esp + 8h]
sub esp, 14h sub esp, 14h
mov ecx, 5BB657h mov ecx, 5BB657h
jmp ecx jmp ecx
doNotLoad: doNotLoad:
mov eax, [esp + 8] mov eax, [esp + 8h]
retn retn
} }
} }

View File

@ -265,7 +265,7 @@ namespace Components
test al, al test al, al
jz dontContinue jz dontContinue
mov eax, [esp + 8] mov eax, [esp + 8h]
push edi push edi
mov edi, dword ptr[esp + 4h] mov edi, dword ptr[esp + 4h]
push 406535h push 406535h