Created
September 15, 2016 07:41
-
-
Save aki017/74872626de033349713bf800cac4dfdf to your computer and use it in GitHub Desktop.
kaitai-struct
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meta: | |
id: broken | |
file-extension: test | |
endian: le | |
seq: | |
- id: version | |
type: u4 | |
- id: main_data | |
type: main | |
- id: dummy | |
type: dummy | |
types: | |
main: | |
seq: | |
- id: main_size | |
type: s4 | |
- id: foo | |
type: foo | |
types: | |
foo: | |
seq: | |
- id: data | |
size: _parent.main_size * 2 | |
dummy: | |
seq: | |
- id: dummy_size | |
type: s4 | |
- id: foo | |
type: foo | |
types: | |
foo: | |
seq: | |
- id: data | |
size: _parent.dummy_size * 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment