-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanb.ksy
72 lines (62 loc) · 1.21 KB
/
anb.ksy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
meta:
id: anb
file-extension: anb
endian: le
seq:
- id: one
type: u2
- id: block_count
type: u4
- id: blocks
type: block
repeat: expr
repeat-expr: block_count
types:
block:
seq:
- id: str_count # 03 00
type: u2
- id: string64s
type: str
size: 64
encoding: ASCII
repeat: expr
repeat-expr: str_count
- id: count4
type: u4
repeat: expr
repeat-expr: 4
- id: short_count
type: u4
- id: short_value
type: u2
repeat: expr
repeat-expr: short_count
- id: str_values
type: str
size: 64
encoding: ASCII
repeat: expr
repeat-expr: short_count
- id: value_count
type: u4
- id: bytes
type: bytes
repeat: expr
repeat-expr: value_count
- id: delimetr
type: u1
repeat: expr
repeat-expr: 16
bytes:
seq:
- id: number
type: u4
- id: short_value # 01 00
type: u2
- id: flag # íà ñàìîì äåëå íå ôëàã :)
type: u4
- id: bytes
type: f4
repeat: expr
repeat-expr: (flag+2)*3