2 Repos
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 ist ein Firmware-Analyse-Tool und Image-Editor zum Parsen, Visualisieren und Modifizieren von UEFI-Firmware-Images. Es fungiert als Spezifikations-Parser, der binäre Firmware-Daten in strukturierte Formate basierend auf Standard-Plattform-Schnittstellenspezifikationen konvertiert. Das Tool bietet eine visuelle Oberfläche zur Analyse der Baumstruktur und der internen Datenelemente von UEFI-Plattform-Images. Es ermöglicht die Modifikation von Firmware-Images zur Anpassung von System-Boot-Umgebungen und enthält Funktionen zur Suche nach spezifischen Datenmustern innerhalb von Binär-Images. Die Software deckt eine Reihe von Funktionen für das Firmware-Management ab, einschließlich des Extrahierens von Firmware-Komponenten in das Dateisystem für externe Analysen sowie der Visualisierung von rohen Firmware-Daten zur Überprüfung der internen Integrität.
Parses and displays the internal binary structure of UEFI firmware images.