exec by teebee

\x7fELF
sh

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 73 68             	or     0x68(%ebx),%dh

download

return to the top page