MlgmXyysd / Xiaomi-HyperOS-BootLoader-Bypass

A PoC that exploits a vulnerability to bypass the Xiaomi HyperOS community restrictions of BootLoader unlocked account bindings.

Home Page:https://www.neko.ink/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac运行的一点提示:

xiebaiyuan opened this issue · comments

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);