= Bithenge = [[PageOutline(2-3)]] Bithenge consists of a library and tools that make working with structured binary data easier. The project was started by Sean Bartell as part of [wiki:GSOC Google Summer of Code 2012] to address #317. The code is at [https://code.launchpad.net/~wtachi/helenos/bithenge lp:~wtachi/helenos/bithenge] and periodic updates are posted to [http://lists.modry.cz/cgi-bin/listinfo/helenos-devel HelenOS-devel]. Bithenge is intended to be a general‐purpose library with a variety of uses, but only one tool has been implemented so far. It is a program that reads a script file describing a binary format, applies it to binary data, and prints the decoded result. == Quick start == The Bithenge source code is in `uspace/app/bithenge` and `uspace/lib/bithenge` in the bithenge branch. It is automatically built in HelenOS to create the `bithenge` application. For Linux, it can be built by running `make -f Makefile.linux`, first in `uspace/lib/bithenge` and then in `uspace/app/bithenge`. The program can be run with `bithenge