Skip to content

Instantly share code, notes, and snippets.

@timb-machine
Last active August 30, 2025 16:59
Show Gist options
  • Save timb-machine/05d94bbb2869927a64721af083c277b2 to your computer and use it in GitHub Desktop.
Save timb-machine/05d94bbb2869927a64721af083c277b2 to your computer and use it in GitHub Desktop.
iosarm7binpatch.sh
#!/bin/sh
# https://osandamalith.wordpress.com
sed -i "" "s/\x00\x30\x93\xe4/\x00\x30\x93\xe5/g;s/\x00\x30\xd3\xe4/\x00\x30\xd3\xe5/g;" "${1}"
ldid -s "${1}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment