Fix sending iBSS 32-bit (fixes #108)

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

View File

@ -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