Thiemos Archiv
- Wednesday, 2002-06-12 00:47
- <?=substr_replace($a='<?=substr_replace($a=,$b=chr(39).$a.$b,21,0)?>',$b=chr(39).$a.$b,21,0)?>Some of the PHP/HTML quines we did tonight. Maybe the smallest non-cheated quine ever: 56 bytes. Even more crazy source at TOCCC, The International Obfuscated C Code Contest. [via MP: Weblog]
<?eval($a='echo"<?eval(\$a=",$b=chr(39),$a,$b,")?>";')?>
<?printf($a='<?printf($a=%c%s%c,39,$a,39)?>',39,$a,39)?>
<?printf($a='%clt;?printf($a=%c%s%c,38,39,$a,39)?>',38,39,$a,39)?>Update (2010-01-21):
50 Bytes non-cheated quine:<?printf($a='<?printf($a=%c%s%1$c,39,$a);',39,$a);
43 bytes when using eval:<?eval($a='echo"<?eval(\$a=\47$a\47)?>";');
- 2002-06-14 01:19
- 44 bytes are possible. <?eval($a='echo"<?eval(\$a=\47$a\47)?>";')?>
- Thiemo
- 2003-02-12 09:39
- Geht das nicht kleiner?
- mäkelndeRené
- 2003-02-13 10:02
- Versuchs.
- Thiemo
- 2004-01-06 01:17
- Quines und mehr
- braendamaegteRené
Kommentare zu diesem Beitrag können per E-Mail an den Autor gesandt werden.