Skip to content

Commit f07ea99

Browse files
committed
feat: Add detailed description for Website data structure in README
1 parent d19b72b commit f07ea99

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Data 区长 $954$。
5858
| $12$ | `444d4f43000001009e030000` |
5959
| $16$ | 随机二进制串 |
6060
| $28$ | `204e0000c0a86c019103000091030000000800000000000005000000` |
61-
| $800$ | 信息内容,使用 `utf-16le` 编码,后同 |
61+
| $800$ | 信息内容,使用 `utf-16le` 编码 |
6262
| $98$ | 全 $0$ 段,可能是保留区 |
6363

6464
### Execute
@@ -72,12 +72,29 @@ Data 区长 $906$。
7272
| $12$ | `444d4f43000001006e030000` |
7373
| $16$ | 随机二进制串 |
7474
| $32$ | `204e0000c0a8e901610300006103000000020000000000000f00000001000000` |
75-
| $512$ | 可执行程序位置 |
76-
| $254$ | 执行参数 |
75+
| $512$ | 可执行程序位置,使用 `utf-16le` 编码 |
76+
| $254$ | 执行参数,使用 `utf-16le` 编码 |
7777
| $66$ | 全 $0$ 段 |
7878
| $1$ | 正常启动 `00`;最小化启动 `01`;最大化启动 `02` |
7979
| $13$ | `00000001000000000000000000` |
8080

81+
### Website
82+
83+
用于教师端在学生端远程打开网站。
84+
85+
Data 区变长。
86+
87+
| 长度 | 内容 |
88+
| :-------------: | :--------------------------------: |
89+
| $8$ | `444d4f4300000100` |
90+
| $4$ | $\mathrm{size}+36$,小端序编码 |
91+
| $16$ | 随机二进制串 |
92+
| $8$ | `204e0000c0a8e901` |
93+
| $4$ | $\mathrm{size}+23$,小端序编码 |
94+
| $4$ | $\mathrm{size}+23$,小端序编码 |
95+
| $16$ | `00020000000000001800000000000000` |
96+
| $\mathrm{size}$ | 网址,使用 `utf-16le` 编码 |
97+
| $4$ | 全 $0$ 段 |
8198

8299
## License
83100

0 commit comments

Comments
 (0)