2 रिपॉजिटरी
Visualizers that use scripts to parse and display the structure of binary files.
Distinct from Pack File Structures: Distinct from Pack File Structures: focuses on visualizing binary file structure via scripts, not pack file formats.
Explore 2 awesome GitHub repositories matching data & databases · Binary Structure Visualizers. 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
Uses scripts to parse and display the structure of binary files as structured views.
UEFITool is a firmware analysis tool and image editor designed for parsing, visualizing, and modifying UEFI firmware images. It functions as a specification parser that converts binary firmware data into structured formats based on standard platform interface specifications. The tool provides a visual interface to analyze the tree structure and internal data elements of UEFI platform images. It allows for the modification of firmware images to adjust system boot environments and includes capabilities to search for specific data patterns within binary images. The software covers a range of fi
Parses and displays the internal binary structure of UEFI firmware images.