Skip to content

Instantly share code, notes, and snippets.

@jerryhebert
Created October 7, 2013 23:16
Show Gist options
  • Save jerryhebert/6876642 to your computer and use it in GitHub Desktop.
Save jerryhebert/6876642 to your computer and use it in GitHub Desktop.
FFXiMain.dll+8A117 - A0 DF237405 - mov ax,[FFXiMain.dll+4123DF]
FFXiMain.dll+8A11C - 84 C0 - test al,al
FFXiMain.dll+8A11E - 74 04 - je FFXiMain.dll+8A124
FFXiMain.dll+8A120 - 3C 01 - cmp al,01
FFXiMain.dll+8A122 - 75 0A - jne FFXiMain.dll+8A12E
FFXiMain.dll+8A124 - A2 E0027405 - mov byte ptr [FFXiMain.dll+4102E0],al
FFXiMain.dll+8A129 - BD 01000000 - mov ebp,00000001
FFXiMain.dll+8A12E - 0FBE 0D E0027405 - movsx ecx,byte ptr [FFXiMain.dll+4102E0]
FFXiMain.dll+8A135 - 3B CB - cmp ecx,ebx
FFXiMain.dll+8A137 - 0F85 A8000000 - jne FFXiMain.dll+8A1E5
FFXiMain.dll+8A13D - 3C 02 - cmp al,02
FFXiMain.dll+8A13F - 74 08 - je FFXiMain.dll+8A149
FFXiMain.dll+8A141 - 3C 03 - cmp al,03
FFXiMain.dll+8A143 - 0F85 9C000000 - jne FFXiMain.dll+8A1E5
FFXiMain.dll+8A149 - 33 C0 - xor eax,eax
FFXiMain.dll+8A14B - 66 8B 04 5D 042A7405 - mov ax,[ebx*2+FFXiMain.dll+412A04]
FFXiMain.dll+8A153 - 85 ED - test ebp,ebp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment