Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pop ecx
- xor eax,eax
- mov [ecx+7], eax ;trouble here
- mov eax, 4
- mov ebx, 1
- mov edx, 18
- int 0x80 ;sys_write(stdout [ebx], const char* [ecx], unsigned int len [edx]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement