Skip to content

Instantly share code, notes, and snippets.

@HGStyle
Created April 12, 2025 18:42
Show Gist options
  • Save HGStyle/5f7eb963af4bfdd1f6d6d9dc7be39bc2 to your computer and use it in GitHub Desktop.
Save HGStyle/5f7eb963af4bfdd1f6d6d9dc7be39bc2 to your computer and use it in GitHub Desktop.
cosmo_libc_fix.sh
sudo wget -O /usr/bin/ape https://cosmo.zip/pub/cosmos/bin/ape-$(uname -m).elf
sudo chmod +x /usr/bin/ape
sudo sh -c "echo ':APE:M::MZqFpD::/usr/bin/ape:' >/proc/sys/fs/binfmt_misc/register"
sudo sh -c "echo ':APE-jart:M::jartsr::/usr/bin/ape:' >/proc/sys/fs/binfmt_misc/register"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment