-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathska.ksy
48 lines (48 loc) · 963 Bytes
/
ska.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
meta:
id: ska
file-extension: ska
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: short_value
type: u2
- id: string_not
type: string64x66
repeat: expr
repeat-expr: 66
#############################################
string64x66:
seq:
- id: str
type: str
size: 4
encoding: ASCII
- id: floats8
type: f4
repeat: expr
repeat-expr: 8
- id: four
size: 4
- id: shorts3
type: u2
repeat: expr
repeat-expr: 3
- id: hz
type: u2
- id: bytes
size: 4
repeat: expr
repeat-expr: 4