Obfuscated C QR Code Displayer
Here is the code: qr.c
Here is the build-info: README
Download the whole package: qr-0.1.tar.bz2
The code is designed to look like its own output
(self-documenting code):
Spoiler: the QR-code is the smallest I could create that would
generate another, valid, C program when scanned in. This C program
can also be compiled, although the output is not as interesting.
I was hoping for some sort of recursive-quine, but I wasn't able
to do so with a reasonable image size.
Back to my obfuscated C page