un patched:
+1533 00293a83 0fb60569958700 movzbl 0x00879569,%eax
+1540 00293a8a 83e80d subl $0x0d,%eax
+1543 00293a8d 3c21 cmpb $0x21,%al '!'
+1545 00293a8f 7732 ja 0x00293ac3
+1547 00293a91 0fb6c0 movzbl %al,%eax
+1550 00293a94 ff248580ee5d00 jmp *0x005dee80(,%eax,4)
PATCHED:
+1533 00293a83 0fb60569958700 movzbl 0x00879569,%eax
+1540 00293a8a 31c0 xorl %eax,%eax
+1542 00293a8c 40 incl %eax
+1543 00293a8d 3c21 cmpb $0x21,%al '!'
+1545 00293a8f 7732 ja 0x00293ac3
+1547 00293a91 0fb6c0 movzbl %al,%eax
+1550 00293a94 ff248580ee5d00 jmp *0x005dee80(,%eax,4)
I guess i should have used OTX to see this

btw, what is 0x005dee80? It shows up as a byte in IDA + otx. Is that the CPUID? in the jump table?
Just curious.
Thanks