I know there is a problem when you try to run old bin on new iphonesipads, it gives 'illegal instruction' error . Today i found how to avoid it by patching 2 bytes:
# sed -i 's/x00x30x93xe4/x00x30x93xe5/g;s/x00x30xd3xe4/x00x30xd3xe5/g;' intercepter_ios
It's necessary only for one time and then it should runs just fine.
# sed -i 's/x00x30x93xe4/x00x30x93xe5/g;s/x00x30xd3xe4/x00x30xd3xe5/g;' intercepter_ios
It's necessary only for one time and then it should runs just fine.