2
0
mirror of https://github.com/LukeZGD/Legacy-iOS-Kit.git synced 2025-04-09 21:51:20 +02:00

Fix sending iBSS 32-bit (fixes )

This commit is contained in:
LukeZGD 2021-07-20 09:13:10 +08:00
parent c9f402a359
commit 395c155201

@ -170,12 +170,14 @@ CheckM8() {
if [[ $DeviceProc == 7 ]]; then
Log "Running rmsigchks.py..."
$rmsigchks
pwnDFUDevice=$?
cd ../..
else
cd ../..
Log "Sending iBSS..."
kDFU iBSS || echo
pwnDFUDevice=$?
fi
pwnDFUDevice=$?
cd ../..
elif [[ $pwnDFUTool == "iPwnder32" ]]; then
$ipwnder32 -p
fi