Here are
24 public repositories
matching this topic...
Binary Processing Language
Mach-O & Universal Binary Parser
Updated
Apr 3, 2021
Python
Diablo II file format binary parser written in Go.
Formal message specification and generation of verifiable binary parsers and message generators
Updated
Aug 6, 2021
Python
Specify and deploy performant binary protocol structures in Node
Updated
Apr 19, 2021
JavaScript
EDIDParser is a library allowing all .Net developers to parse and to extract information from raw EDID binary data. (Extended Display Identification Data)
Abstract Syntax Notation One (ASN.1) binary parser to support Distinguished Encoding Rules (DER) in .NET
Binary parser for Crystal
Updated
Mar 29, 2021
Crystal
Extract bits from a byte slice
Updated
Jul 11, 2021
Rust
Reverse engineering Lunii box
Updated
Feb 23, 2021
Python
iofree is an easy-to-use and powerful library to help you implement network protocols and binary parsers.
Updated
Mar 30, 2021
Python
BinaryLove2 - Simple, Header Only Binary Parsing Library
Reimplementation of binary-parser supporting serialization and streaming
Updated
Jun 2, 2021
JavaScript
Uncompressed WAV file parser
Basic RFID Reader over Serial Port
Updated
Nov 20, 2017
JavaScript
Kaitai Struct to Spicy converter
Updated
Sep 18, 2017
Python
Adobe Swatch Exchange file format parser written using the python construct library.
Updated
Jan 6, 2018
Python
Warcraft 3 (Reforged) replay parser, written in Rust
Serializes and unserializes binary data in PHP.
pargec generates C binary protocol parsers
Updated
Feb 17, 2017
Python
C++17 and Cinder program to parse and view STL files, both ASCII and binary versions.
WASM binary parser for Zig
The shell of a Python script to parse Fortnite binary replay files
Updated
Jan 11, 2019
Python
Improve this page
Add a description, image, and links to the
binary-parser
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
binary-parser
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is it possible to .skip() bits instead of bytes? What I'm doing now is .bitX('skip') and it seems inconvenient.