|
| 1 | +# BotKeystoreStruct |
| 2 | + |
| 3 | +| 字段名 | 类型 | 默认值 | 说明 | |
| 4 | +|--------------------|---------------------|----------|--------------| |
| 5 | +| Uin | long | 0 | 用户 UIN(QQ号) | |
| 6 | +| Uid | ByteArrayNative | new() | 用户唯一标识符 | |
| 7 | +| Guid | ByteArrayNative | new() | 设备 GUID | |
| 8 | +| AndroidId | ByteArrayNative | new() | Android ID | |
| 9 | +| Qimei | ByteArrayNative | new() | 设备 QIMEI 号 | |
| 10 | +| DeviceName | ByteArrayNative | new() | 设备名称 | |
| 11 | +| A2 | ByteArrayNative | new() | 登录凭证 A2 | |
| 12 | +| A2Key | ByteArrayNative | byte[16] | A2 的密钥 | |
| 13 | +| D2 | ByteArrayNative | new() | 登录凭证 D2 | |
| 14 | +| D2Key | ByteArrayNative | byte[16] | D2 的密钥 | |
| 15 | +| A1 | ByteArrayNative | new() | 登录凭证 A1 | |
| 16 | +| A1Key | ByteArrayNative | byte[16] | A1 的密钥 | |
| 17 | +| NoPicSig | ByteArrayNative | new() | 无图验证码签名 | |
| 18 | +| TgtgtKey | ByteArrayNative | new() | TGTGT 加密密钥 | |
| 19 | +| Ksid | ByteArrayNative | new() | 会话 ID | |
| 20 | +| SuperKey | ByteArrayNative | new() | 超级登录密钥 | |
| 21 | +| StKey | ByteArrayNative | new() | ST 密钥 | |
| 22 | +| StWeb | ByteArrayNative | new() | Web ST 密钥 | |
| 23 | +| St | ByteArrayNative | new() | ST 凭证 | |
| 24 | +| WtSessionTicket | ByteArrayNative | new() | WtSession 凭证 | |
| 25 | +| WtSessionTicketKey | ByteArrayNative | new() | WtSession 密钥 | |
| 26 | +| RandomKey | ByteArrayNative | byte[16] | 会话随机密钥 | |
| 27 | +| SKey | ByteArrayNative | new() | SKey 密钥 | |
| 28 | +| PsKey | ByteArrayDictNative | new() | PsKey 表 | |
0 commit comments