File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 44
55对这方面技术的了解来自 [ ht0Ruial/Jiyu_udp_attack] ( https://github.com/ht0Ruial/Jiyu_udp_attack/ ) 。
66
7+ ## Usage
8+
9+ 目前暂未开发命令行,请自行阅读文档并调用函数。
10+
11+ ## Jiyu API
12+
13+ 记录抓包得到的极域 udp 包格式。
14+
15+ 不记录包头信息,只记录 Data 格式。
16+
17+ 子标题名是我自己起的。
18+
19+ ### Message
20+
21+ 用于教师端向学生端发送信息。
22+
23+ Data 区长 $954$。
24+
25+ | 长度 | 内容 |
26+ | :---: | :--------------------------------------------------------: |
27+ | $12$ | ` 444d4f43000001009e030000 ` |
28+ | $16$ | 随机二进制串 |
29+ | $28$ | ` 204e0000c0a86c019103000091030000000800000000000005000000 ` |
30+ | $800$ | 信息内容,使用 ` utf-16le ` 编码,后同 |
31+ | $98$ | 全 $0$ 段,可能是保留区 |
32+
33+ ### Command
34+
35+ Data 区长 $906$。
36+
37+ | 长度 | 内容 |
38+ | :---: | :----------------------------------------------------------: |
39+ | $12$ | ` 444d4f43000001006e030000 ` |
40+ | $16$ | 随机二进制串 |
41+ | $32$ | ` 204e0000c0a8e901610300006103000000020000000000000f00000001000000 ` |
42+ | $512$ | 可执行程序位置 |
43+ | $254$ | 执行参数 |
44+ | $66$ | 全 $0$ 段 |
45+ | $1$ | 正常启动 ` 00 ` ;最小化启动 ` 01 ` ;最大化启动 ` 02 ` |
46+ | $13$ | ` 00000001000000000000000000 ` |
47+
48+
749## License
850
951MIT 协议。
You can’t perform that action at this time.
0 commit comments