2 مستودعات
Real-time interpretation of raw bytes as typed values with configurable signedness and endianness.
Distinct from Binary Metadata Inspection: Distinct from Binary Metadata Inspection: focuses on live interactive interpretation of byte values rather than static structural analysis of binary formats.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Live Interpreters. Refine with filters or upvote what's useful.
A fast and clever hex editor for macOS
Provides live interpretation of raw bytes as integers or floats with configurable endianness.
HexFiend is a native macOS hex editor designed for opening and editing binary files of any size without loading them entirely into memory. It uses a 64-bit addressable data model with memory-mapped file access, enabling navigation of multi-gigabyte files while maintaining byte-level undo for insert and delete operations. The editor distinguishes itself through a diff algorithm for binary file comparison that accounts for insertions and deletions, and a template-based structure parsing system that uses user-defined scripts to visualize binary file layouts. It also includes a typed data interpr
Interprets raw bytes as integers, floats, and other types with configurable endianness and signedness.