Quote by breadbox

\x7fELF\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x03\x00 \x00\x01\x00 \x00\x01\x00\x04\x00\x00\x00j"\x89\xe1CB\xb0\x04\xcd\x80 \x00\x01

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

Disassemble:


00000000 <.data>:
   0:	7f 45                	jg     0x47
   2:	4c                   	dec    %esp
   3:	46                   	inc    %esi
   4:	01 00                	add    %eax,(%eax)
	...
   e:	01 00                	add    %eax,(%eax)
  10:	02 00                	add    (%eax),%al
  12:	03 00                	add    (%eax),%eax
  14:	20 00                	and    %al,(%eax)
  16:	01 00                	add    %eax,(%eax)
  18:	20 00                	and    %al,(%eax)
  1a:	01 00                	add    %eax,(%eax)
  1c:	04 00                	add    $0x0,%al
  1e:	00 00                	add    %al,(%eax)
  20:	6a 22                	push   $0x22
  22:	89 e1                	mov    %esp,%ecx
  24:	43                   	inc    %ebx
  25:	42                   	inc    %edx
  26:	b0 04                	mov    $0x4,%al
  28:	cd 80                	int    $0x80
  2a:	20 00                	and    %al,(%eax)
  2c:	01                   	.byte 0x1
To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page