1 مستودع
Visual organization of binary data into a grid of offsets, hexadecimal values, and ASCII representations.
Distinct from ASCII Renderers: Unlike columnar databases or ASCII diagram renderers, this specifically refers to the layout of a hexadecimal dump.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Columnar Hex Rendering. Refine with filters or upvote what's useful.
Hexyl is a colored hex dump utility and binary data viewer for the terminal. It allows for the inspection of binary files by rendering contents as a colored hex dump to distinguish between different byte categories, such as printable text, whitespace, and null bytes. The tool includes a C-style hex exporter that transforms binary data into C include files for direct integration into source code. It supports visual layout customization through configurable panels and borders, as well as the ability to define colors for byte categories and offsets using terminal colors or RGB hex codes via envi
Organizes raw bytes into a human-readable grid layout containing offsets and ASCII representations.