MlgmXyysd / Xiaomi-HyperOS-BootLoader-Bypass

A PoC that exploits a vulnerability to bypass the Xiaomi HyperOS community restrictions of BootLoader unlocked account bindings.
https://www.neko.ink/
2.65k stars 299 forks source link

Mac运行的一点提示: #122

Open xiebaiyuan opened 4 months ago

xiebaiyuan commented 4 months ago

1.MAC 记得把adb 和 adb-darwin chmox +x 给与权限. chmod +x adb-darwin rm -rf adb cp adb-darwin adb

2.如果有adb参数的报错 $id = $adb -> getDeviceId($device[1], true); 改成 $id = $adb -> getDeviceId($device[1], false);