黑客帝国4吧 关注:524贴子:11,296
  • 0回复贴,共1

固件提取求助

取消只看楼主收藏回复

WowWee公司的Chip机器狗,想提取固件,从GitHub上找到一位美国黑客的记录,代码如下:
// These are the services listed by CHiP in it's broadcast message.
// They aren't the ones we will actually use after connecting to the device though.
#define CHIP_BROADCAST_SERVICE1 "fff0"
#define CHIP_BROADCAST_SERVICE2 "ffb0"
这个是自定义蓝牙协议
[lbk]manager scanForPeripheralsWithServices:[lbk]NSArray arrayWithObjects:[lbk]CBUUID UUIDWithString:@CHIP_BROADCAST_SERVICE1[rbk],
[lbk]CBUUID UUIDWithString:@CHIP_BROADCAST_SERVICE2[rbk],
nil[rbk] options:nil[rbk];
这个是服务
如何从kali系统上提取该设备固件?
(原链接:GitHub上搜WowWee,第二页倒数第二条)


IP属地:甘肃来自Android客户端1楼2024-04-18 01:03回复