Collection of golfed binaries.
I defined hello world program should produce "Hello, world!\n".
Created by kik.
You may need to run the following command to run this program.
sudo sh -c 'echo 0 > /proc/sys/vm/mmap_min_addr'
Created by me .
Created by me .
Created by me . It doesn't work on recent version of FreeBSD. My environment is 4.10-RELEASE-p24r1.
hello_windows_pe_x86.exe , generated by this code .
Created by me , based on firewood's work .
Created by me , generated by this code . Brief sketch of this code .
Created by me , referring shotaro_tsuji's work .
Code.class . Note that the file name is very important.
Created by mame . He stripped debug information and changed println("Hello, world!") to print("Hello, world!\n") from my code, and mizu also produced 251B code .
Just kidding.
i@u ~> cat > hello #!/bin/sh echo Hello, world! i@u ~> chmod 755 hello i@u ~> sudo sh -c "echo ':hello:E::hello::$HOME/hello:' > /proc/sys/fs/binfmt_misc/register" i@u ~> touch foo.hello i@u ~> chmod 755 foo.hello i@u ~> /bin/ls -l foo.hello -rwxr-xr-x 1 i i 0 2007-08-27 05:28 foo.hello i@u ~> ./foo.hello Hello, world!
A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux (or, "Size Is Everything") .