Didi
05-14-2004, 08:33 PM
It looks like the dispatcher for the early May (sorry, don't remember the exact date) patch which broke ShowEQ 5 (sniff, sniff) looks like:
448eb7: 83 c0 f5 add eax,0xfffffff5
448eba: 33 db xor ebx,ebx
448ebc: 3d 31 03 00 00 cmp eax,0x331
448ec1: 57 push edi
448ec2: 0f 87 bb 28 00 00 ja 0x44b783
448ec8: 0f b6 80 0b d1 44 00 movzx eax,BYTE PTR [eax+4509963]
448ecf: ff 24 85 3f ce 44 00 jmp DWORD PTR [eax+4509247]
I'm hoping someone else might find this useful to get the decode stuff fixed faster than I can.
Been a long time since I've been in assembly language.
Is this right, or am I off in the weeds? Hope this helps get skittles back up and running...
448eb7: 83 c0 f5 add eax,0xfffffff5
448eba: 33 db xor ebx,ebx
448ebc: 3d 31 03 00 00 cmp eax,0x331
448ec1: 57 push edi
448ec2: 0f 87 bb 28 00 00 ja 0x44b783
448ec8: 0f b6 80 0b d1 44 00 movzx eax,BYTE PTR [eax+4509963]
448ecf: ff 24 85 3f ce 44 00 jmp DWORD PTR [eax+4509247]
I'm hoping someone else might find this useful to get the decode stuff fixed faster than I can.
Been a long time since I've been in assembly language.
Is this right, or am I off in the weeds? Hope this helps get skittles back up and running...