1 dépôt
Editors that open and modify binary files up to 64-bit addressable sizes without loading entirely into memory.
Distinct from Binary Size Calculation: Distinct from Binary Size Calculation: focuses on editing large binary files, not calculating serialized byte sizes.
Explore 1 awesome GitHub repository matching data & databases · Large Binary Editors. Refine with filters or upvote what's useful.
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
Opens and modifies binary files up to 64-bit addressable sizes without loading the entire file into memory.