Advertisement
keybode

CL_Move ( disasm )

Feb 2nd, 2015
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.63 KB | None | 0 0
  1. engine.dll+425EA - 50                    - push eax            
  2. engine.dll+425EB - 51                    - push ecx            
  3. engine.dll+425EC - 8B 0D 144C3720        - mov ecx,[engine.dll+374C14]      // ecx = g_pClient
  4. engine.dll+425F2 - D9 1C 24              - fstp dword ptr [esp]
  5. engine.dll+425F5 - 56                    - push esi             // sequence_number
  6. engine.dll+425F6 - FF 55 48              - call dword ptr [ebp+48]      // CreateMove
  7. engine.dll+425F9 - 8B 0D E0553720        - mov ecx,[engine.dll+3755E0]      // return address
  8. engine.dll+425FF - 8B 11                 - mov edx,[ecx]
  9. engine.dll+42601 - FF 52 10              - call dword ptr [edx+10]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement