1 रिपॉजिटरी
Utilities for inspecting the internal state and failure points of binary format decoders.
Distinct from Built-In Format Decoders: Closest candidates focus on image decoding pipelines or built-in formats, not the debugging of the decoding process itself.
Explore 1 awesome GitHub repository matching development tools & productivity · Decoder Debugging Tools. Refine with filters or upvote what's useful.
fq is a command-line binary data processor used for decoding, transforming, and analyzing raw byte streams and bit-level data into structured formats. It functions as a functional binary query engine that allows for filtering and mapping binary structures, as well as a converter that translates complex binary blobs and proprietary file formats into standard JSON, YAML, or XML. The tool distinguishes itself as a low-level bit manipulator capable of performing bit-level slicing, bitwise operations, and cryptographic hashing on raw files. It also serves as a network protocol analyzer with the ab
Includes diagnostic capabilities to inspect intermediate decode trees and stack traces to identify failures in format definitions.