Skip to content

Instantly share code, notes, and snippets.

@osdouglas
Created October 7, 2014 23:41
Show Gist options
  • Save osdouglas/29c669d34a0b82412981 to your computer and use it in GitHub Desktop.
Save osdouglas/29c669d34a0b82412981 to your computer and use it in GitHub Desktop.
Run on iPhone with JB to fix non 64bit Cydia apps that give "Illegal Instruction: 4" error
#/usr/bin/env bash
path="$( which $1 )"
echo $1 path is $path
sed -i'' 's/\x00\x30\x93\xe4/\x00\x30\x93\xe5/g;s/\x00\x30\xd3\xe4/\x00\x30\xd3\xe5/g;' $path
ldid -s $path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment