sergeyrachev / khaotica

Bitstream editor empowered with FLAVOR interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build for Linux: Build Status

Build for Windows: Build status

Khaotica

FLAVOR-inspired bitstream processing tool.

See more about FLAVOR: http://flavor.sourceforge.net/

Preparation:

  • CMake >= 3.6
  • Boost >= 1.63
  • Bison >= 3.0
  • Flex >= 2.6.4

Project supports CMake-based build process and relies on prebuilt Boost libraries. It would be nice to use not in-source build so all commands below are executed from temporal build directory.

Build:

Pull requests are welcome. There are Travis-CI and Appveyor support in the project dir. You can look at its build scripts in project root folder to solve build issues.

cmake ..
cmake --build .

Usage:

'res' subfolder contains sample simulated with text file bitstream test.bin and its declaration in test.fl. Execute application as shown below to process "bitstream" accordingly its declaration.

khaotica -i example.fl -I example.bin

About

Bitstream editor empowered with FLAVOR interpreter

License:MIT License


Languages

Language:C 31.8%Language:HTML 20.0%Language:Java 19.8%Language:C++ 19.4%Language:Yacc 3.5%Language:Batchfile 2.0%Language:Makefile 1.9%Language:Lex 0.8%Language:CMake 0.4%Language:LLVM 0.2%Language:CSS 0.2%Language:JavaScript 0.1%