Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
abe22c6a
Commit
abe22c6a
authored
Sep 17, 2021
by
Martin Heistermann
Browse files
kaiten
parent
d992ecd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
extra/ovmb-kaitai/README.md
0 → 100644
View file @
abe22c6a
# Kaitai Struct .ovmb format definion
This can be used with the Kaitai visualiser or IDE to inspect binary files, as well as generate rudimentary parsers for the file format in a variety of languages.
For more information, see https://kaitai.io/
extra/ovmb-kaitai/ovmb.ksy
View file @
abe22c6a
...
...
@@ -181,17 +181,6 @@ types:
'int_encoding::u16': u2
'int_encoding::u32': u4
prop_chunk:
seq:
- id: span
type: array_span
- id: prop_idx
type: u4
- id: data
size-eos: true
propdir_chunk:
seq:
- id: entry
...
...
@@ -202,7 +191,7 @@ types:
seq:
- id: len
type: u4
- id:
data
- id:
str
type: str
encoding: UTF-8
size: len
...
...
@@ -214,8 +203,6 @@ types:
- id: data
size: len
propdir_entry:
seq:
- id: entity
...
...
@@ -227,3 +214,13 @@ types:
type: string4
- id: serialized_default
type: bytes4
prop_chunk:
seq:
- id: span
type: array_span
- id: prop_idx
type: u4
- id: data
size-eos: true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment