Cat program by ninjalj

\x7fELF\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00T\x05\x02\x00\x03\x00\x1a\x00T\x05\x1a\x00T\x05\x04\x00\x00\x00YC\xcd\x80\xb2\x01\xb0\x03K= \x00\x01\x00\xcd\x80Ht\xe7

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:	54                   	push   %esp
   f:	05 02 00 03 00       	add    $0x30002,%eax
  14:	1a 00                	sbb    (%eax),%al
  16:	54                   	push   %esp
  17:	05 1a 00 54 05       	add    $0x554001a,%eax
  1c:	04 00                	add    $0x0,%al
  1e:	00 00                	add    %al,(%eax)
  20:	59                   	pop    %ecx
  21:	43                   	inc    %ebx
  22:	cd 80                	int    $0x80
  24:	b2 01                	mov    $0x1,%dl
  26:	b0 03                	mov    $0x3,%al
  28:	4b                   	dec    %ebx
  29:	3d 20 00 01 00       	cmp    $0x10020,%eax
  2e:	cd 80                	int    $0x80
  30:	48                   	dec    %eax
  31:	74 e7                	je     0x1a
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