mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +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
|
||||
Log "Running rmsigchks.py..."
|
||||
$rmsigchks
|
||||
else
|
||||
Log "Sending iBSS..."
|
||||
kDFU iBSS || echo
|
||||
fi
|
||||
pwnDFUDevice=$?
|
||||
cd ../..
|
||||
else
|
||||
cd ../..
|
||||
Log "Sending iBSS..."
|
||||
kDFU iBSS || echo
|
||||
pwnDFUDevice=$?
|
||||
fi
|
||||
elif [[ $pwnDFUTool == "iPwnder32" ]]; then
|
||||
$ipwnder32 -p
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user