Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 Galaxy Nexus,我想在手机和蓝牙设备之间嗅探数据包。我发现 ssp(安全简单配对)有调试模式,但我找不到如何在 Galaxy Nexus 上打开调试模式。请有人帮我找到它。
我不太了解python,但从文档中我可以看出代码:
str = "AAAA" str += pack("<I", 0)
会将pack函数的结果附加到str,这将是little-endian风格的整数值0。我的问题是 C 等价物是什么。会不会是:
char str[20] = "