-
Notifications
You must be signed in to change notification settings - Fork 0
Reverse Engineering TempoHub
traceless929 edited this page Jun 28, 2026
·
1 revision
官方 PC 端 EDIFIER TempoHub 为 PyInstaller 打包的 Python 3.9 应用,HID 经 hid.cp39-win_amd64.pyd(hid.device.write)。
python analysis/tempohub_info.py路径配置:复制 analysis/tempohub_config_local.example.py 为 tempohub_config_local.py,或设置 TEMPOHUB_DIR。
pip install -r requirements-dev.txt
python hooks/capture_tempohub.py
# 或
python hooks/capture_tempohub.py --spawn日志:capture/usb_log.txt
将 64 字节包与 CLI dry-run 输出对比:
dotnet run --project src/PixelBar.Cli -- dry-run text "测试"抓包/Hooks 仅用于合法持有设备的互操作研究。详见 免责声明。