Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. int main(void)
  2. {
  3. asm("\
  4. XOR %eax, %eax;\
  5. push $0x0068732f;\
  6. push $0x6e69622f;\
  7. mov %eax, %ecx;\
  8. mov %eax, %edx;\
  9. mov %esp, %ebx;\
  10. mov $0xb, %eax;\
  11. int $0x80;\
  12. ");
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement