123 by breadbox

\x7fELF\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00B\x05\x02\x00\x03\x00\x1a\x00B\x05\x1a\x00B\x05\x04\x00\x00\x00j\x03\x89\xe1 )\x80\x010= \x00\x01\x00C\xcd\x80

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:	42                   	inc    %edx
   f:	05 02 00 03 00       	add    $0x30002,%eax
  14:	1a 00                	sbb    (%eax),%al
  16:	42                   	inc    %edx
  17:	05 1a 00 42 05       	add    $0x542001a,%eax
  1c:	04 00                	add    $0x0,%al
  1e:	00 00                	add    %al,(%eax)
  20:	6a 03                	push   $0x3
  22:	89 e1                	mov    %esp,%ecx
  24:	20 29                	and    %ch,(%ecx)
  26:	80 01 30             	addb   $0x30,(%ecx)
  29:	3d 20 00 01 00       	cmp    $0x10020,%eax
  2e:	43                   	inc    %ebx
  2f:	cd 80                	int    $0x80

download

return to the top page