mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-02-18 17:36:23 +01:00
Fix sending iBSS 32-bit (fixes #108)
This commit is contained in:
parent
c9f402a359
commit
395c155201
@ -170,12 +170,14 @@ CheckM8() {
|
|||||||
if [[ $DeviceProc == 7 ]]; then
|
if [[ $DeviceProc == 7 ]]; then
|
||||||
Log "Running rmsigchks.py..."
|
Log "Running rmsigchks.py..."
|
||||||
$rmsigchks
|
$rmsigchks
|
||||||
else
|
|
||||||
Log "Sending iBSS..."
|
|
||||||
kDFU iBSS || echo
|
|
||||||
fi
|
|
||||||
pwnDFUDevice=$?
|
pwnDFUDevice=$?
|
||||||
cd ../..
|
cd ../..
|
||||||
|
else
|
||||||
|
cd ../..
|
||||||
|
Log "Sending iBSS..."
|
||||||
|
kDFU iBSS || echo
|
||||||
|
pwnDFUDevice=$?
|
||||||
|
fi
|
||||||
elif [[ $pwnDFUTool == "iPwnder32" ]]; then
|
elif [[ $pwnDFUTool == "iPwnder32" ]]; then
|
||||||
$ipwnder32 -p
|
$ipwnder32 -p
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user