KSY (Kaitai Struct YAML) test

Yaml code posted by generalmimon
created at 22 Feb 14:05

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
meta:
  id: animal_record
  endian: be
seq:
  - id: uuid
    size: 16
  - id: name
    type: str
    size: 24
    encoding: UTF-8
  - id: birth_year
    type: u2
  - id: weight
    type: f8
  - id: rating
    type: s4
232 Bytes in 2 ms with coderay