3 रिपॉजिटरी
Tools that provide a visual interface for comparing binary files, highlighting insertions, deletions, and other changes.
Distinct from Binary Diff Engines: Distinct from Binary Diff Engines: focuses on the visual diff display and user interaction, not just the algorithmic computation of binary differences.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Visual Binary Diff Tools. Refine with filters or upvote what's useful.
A fast and clever hex editor for macOS
Provides a visual diff display for comparing binary files, detecting insertions and deletions.
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
Compares binary files by accounting for insertions and deletions using a diff algorithm.
python-build-standalone is a toolchain designed to produce redistributable Python executables across multiple operating systems and hardware architectures. It generates standalone Python binaries that can be distributed to users without requiring a pre-installed system interpreter. The project manages the end-to-end process of cross-platform compilation using target triples and containerized environments to ensure consistent binary output. It includes a distribution pipeline that automates the generation of build matrices and the uploading of compiled artifacts to public release pages and mir
Includes tools for visual comparison of binary contents to detect unexpected changes between versions.