Print out a lot _56K BEWARE_ by %20

\x7fELF
echo {0..99999}

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:	0a 65 63             	or     0x63(%ebp),%ah
   7:	68 6f 20 7b 30       	push   $0x307b206f
   c:	2e 2e 39 39          	cs cmp %edi,%cs:(%ecx)
  10:	39 39                	cmp    %edi,(%ecx)
  12:	39                   	.byte 0x39
  13:	7d                   	.byte 0x7d

download

return to the top page