bungeman / structures

Structure definitions for hex editors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Structure definitions

This project is for structure definitions of various file formats, like those used by Okteta or Kaitai Struct. Often file formats are described by prose and many small individual structure descriptions but this can make it difficult to figure out how all the pieces work together in practice. This project focuses on creating declarative descriptions which can be used with example files to understand these file formats better. The emphasis is on being educational and useful.

Contributing

See CONTRIBUTING.md for details.

License

Apache 2.0; see LICENSE for details.

Disclaimer

This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.

About

Structure definitions for hex editors

License:Apache License 2.0


Languages

Language:Kaitai Struct 52.8%Language:JavaScript 47.2%