Share Pastebin
Guest
Public paste!

h7labscom

By: a guest | Nov 8th, 2009 | Syntax: ASM (NASM) | Size: 0.13 KB | Hits: 97 | Expires: Never
Copy text to clipboard
  1. xor eax,eax
  2.     mov ebx, 0x77e61bea ;address of Sleep
  3.     mov ax, 5000    ;pause for 5000ms
  4.     push eax
  5.     call ebx    ;Sleep(ms);