Guest User

Untitled

a guest
Jan 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. push eax
  2. mov eax, esp
  3. add eax, 0x78
  4. add eax, 0x4
  5. mov eax, DWORD PTR [eax]
  6. cmp eax, 0x445000
  7. jb call_orig
  8. cmp eax, 0x446000
  9. jnb call_orig
  10. cmp al, 0x8C
  11. jne call_orig
  12. mov eax, esp
  13. add eax, 0x80
  14. add eax, 0x4
  15. mov [eax], 0x11
  16. inc [eax]
  17. call_orig:
  18. pop eax
  19.  
  20. mov ecx, [esp+4]
  21. mov eax, [esp+8]
  22. lock xadd [ecx], eax
  23. retn 8
Add Comment
Please, Sign In to add comment