1 रिपॉजिटरी
Specialized tools that transform binary executable formats into a specific human-readable text representation.
Distinct from Binary-to-Text Serialization: Distinct from generic encodings (Base64) or serialization (JSON); this is about structural disassembly to text.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Binary-to-Text Disassemblers. Refine with filters or upvote what's useful.
The WebAssembly Binary Toolkit is a suite of tools for inspecting, validating, and transforming WebAssembly modules between binary and human-readable representations. It includes a stack-based interpreter for executing modules and a transpiler that converts binary files into C source code and headers. The toolkit provides utilities for assembling human-readable text into binary modules and disassembling binary files back into text. It features a text formatter for normalizing definitions into a canonical flat representation and supports the conversion of binaries into S-expression formats. T
Transforms binary files into a readable text format with configurable language features and metadata.