3 dépôts
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 est une chaîne d'outils conçue pour produire des exécutables Python redistribuables sur de multiples systèmes d'exploitation et architectures matérielles. Il génère des binaires Python autonomes qui peuvent être distribués aux utilisateurs sans nécessiter d'interpréteur système préinstallé. Le projet gère le processus de bout en bout de compilation multiplateforme en utilisant des cibles triples et des environnements conteneurisés pour garantir une sortie binaire cohérente. Il inclut un pipeline de distribution qui automatise la génération de matrices de build et le téléchargement des artefacts compilés vers des pages de publication publiques et des buckets miroirs. La boîte à outils fournit également des capacités d'analyse de version binaire, permettant la comparaison de deux binaires compilés via des rapports visuels pour identifier des changements inattendus entre les versions. Cela englobe un cycle de vie complet de standardisation de la chaîne d'outils de build, de gestion des versions et de mise en miroir des artefacts.
Includes tools for visual comparison of binary contents to detect unexpected changes between versions.