Skip to content

Commit e31a873

Browse files
rcky844Ricky Cheung
andauthored
Add legacy ipainstaller binary for older iOS versions (#807)
Fixes "Illegal instruction" error on particularly old iOS versions. Signed-off-by: Ricky Cheung <rcheung844@gmail.com> Co-authored-by: Ricky Cheung <rcheung844@gmail.com>
1 parent 17aaa24 commit e31a873

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

233 KB
Binary file not shown.

restore.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10007,6 +10007,9 @@ device_dumpapp() {
1000710007
* ) :;;
1000810008
esac
1000910009
fi
10010+
if [[ $dumper_binary == "ipainstaller" ]] && (( device_det <= 10 )); then
10011+
dumper_binary="ipainstaller_legacy"
10012+
fi
1001010013
local dumper="../resources/appdump/$dumper_binary"
1001110014

1001210015
log "Sending $selected3 to device"

0 commit comments

Comments
 (0)