Timeout by teebee

\x7fELF
. ./*

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 2e                	or     (%esi),%ch
   6:	20 2e                	and    %ch,(%esi)
   8:	2f                   	das    
   9:	2a                   	.byte 0x2a

download

return to the top page