apelife-2021-01-24.com
112k - PE+ELF+MachO+ZIP+SH executable
apelife-2021-01-24.com.dbg
1.3mb - ELF debug symbols and DWARF data (optional)
curl https://storage.googleapis.com/justine/apelife/spacefiller.rle >spacefiller.rle curl https://storage.googleapis.com/justine/apelife/apelife-latest.com >apelife.com chmod +x apelife.com ./apelife.com # blank canvas ./apelife.com spacefiller.rle # opens saved file
If your terminal uses a white or light-colored background (instead of
black) then pass the -W
flag.
If you get an error like "unable to find an interpreter" or "err:module:import_dll Library" then your system has likely been tuned to use binfmt-misc. You can safely restore the default Linux behavior for just Actually Portable Executables by running the following command:
sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
You may need to run:
bash apelife.com -hInstead of:
./apelife.com -hThis only applies to the first invocation, after which the executable header is patched to have the MachO magic number. It's needed because the recently introduced zsh shell has backwards compatibility issues with UNIX.
You may need to run:
apelife.com -hInstead of:
./apelife.com -h