Advertisement
Guest User

Untitled

a guest
Nov 20th, 2011
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     pop ecx
  2.     xor eax,eax
  3.     mov [ecx+7], eax    ;trouble here
  4.     mov eax, 4
  5.     mov ebx, 1
  6.     mov edx, 18
  7.     int 0x80        ;sys_write(stdout [ebx], const char* [ecx], unsigned int len [edx]);
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement