Timeout by %20

\x7fELF
x(){
x
}
x

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 78 28             	or     0x28(%eax),%bh
   7:	29 7b 0a             	sub    %edi,0xa(%ebx)
   a:	78 0a                	js     0x16
   c:	7d 0a                	jge    0x18
   e:	78                   	.byte 0x78

download

return to the top page