玩 路由器 之 官改

1 · puz_zle · Oct. 22, 2024, 8:42 a.m.
感觉静态ip绑定二次确认不好用那就 解包 搞自己的路由获取开发包https://miuirom.org/miwifi/xiaomi-router-be3600-2-5g获得 miwifi_rd15_firmware_23a4f_1.0.68.bin 文件安装工具debian bookworm1234567apt install binwalkapt install python3.11-venvpython3 -m venv venvsource venv/bin/activatepip install ubi_reader解包1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677(venv) root@localhost:/route_package# tree -L 1.├── miwifi_rd15_firmware_23a4f_1.0.68.bi...