GithubHelp home page GithubHelp logo

darklinkxxxx / kaitai_struct_formats Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaitai-io/kaitai_struct_formats

0.0 2.0 0.0 159 KB

Kaitai Struct: library of binary file formats (.ksy)

Shell 2.44% Ruby 23.57% HTML 43.96% Python 29.67% C# 0.27% C++ 0.09%

kaitai_struct_formats's Introduction

Kaitai Struct: formats library

This repository constitutes a library of ready-made binary file format descriptions using Kaitai Struct language (.ksy).

These formats can be useful for:

  • exploring a certain file format internals: one can load .ksy format + target binary in a visualizer and learn what's inside;

  • as a production-ready binary file parsing library: they can be compiled with a Kaitai Struct compiler into source code in any supported target programming language;

  • as a starting point for learning applications of Kaitai Struct in real world;

Layout of repository

To make it easier to navigate around multitude of formats, we sort them by the general purpose and application:

  • archive — container files used by general purpose archivers applications to pack multiple files into one (e.g. zip, tar)
  • executable — files that contain executable machine code, runnable binaries, libraries, general purpose VM bytecode (e.g. [DOS MS], elf, Java class files)
  • filesystem — file systems, disc partitioning labels, everything related to file storage at kernel level (e.g. ISO 9660, ext2)
  • game — computer games / game engines
  • image — image formats, digital imaging (e.g. PNG, GIF, BMP)
  • network — formats used in network communications (e.g. Ethernet frame, IPv4 packet)

Formats that won't fit into any of these categories just reside in the root.

kaitai_struct_formats's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.