Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

re-lab tools

Compare

  Analyzed about 21 hours ago

OLE toy, a tool for parsing and exploring various binary file formats, ranging from Microsoft Office ones to Corel DRAW and Propellerhead ReCycle loops.

42.8K lines of code

4 current contributors

over 2 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

Kaitai Struct

Compare

  Analyzed about 15 hours ago

Kaitai Struct is a declarative language used for describe various binary data structures, laid out in files or in memory: i.e. binary file formats, network stream packet formats, etc. The main idea is that a particular format is described in Kaitai Struct language (.ksy file) and then can be ... [More] compiled with ksc into source files in one of the supported programming languages. These modules will include a generated code for a parser that can read described data structure from a file / stream and give access to it in a nice, easy-to-comprehend API. [Less]

77.5K lines of code

12 current contributors

2 days since last commit

1 users on Open Hub

Moderate Activity
5.0
 
I Use This
Licenses: apache_2, gpl3, mit

MsgPuck - a MsgPack serialization library

Compare

  Analyzed about 17 hours ago

A simple and efficient MsgPack binary serialization library in a self-contained header file

3.17K lines of code

2 current contributors

about 5 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Library for binary format parsing

Compare

  Analyzed about 19 hours ago

A quite small library for parsing and generate binary messages, format you nameit. It designed to use for networking protocols e.g. take care about endianless. It's quite easy to use, like printf and scanf. Also it provide an memory care buffer abstraction to make it more easy.

836 lines of code

0 current contributors

over 5 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This