3 repository-uri
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 este un toolchain conceput pentru a produce executabile Python redistribuibile pe mai multe sisteme de operare și arhitecturi hardware. Generează binare Python standalone care pot fi distribuite utilizatorilor fără a necesita un interpretor de sistem preinstalat. Proiectul gestionează procesul end-to-end de compilare cross-platform folosind target triples și medii containerizate pentru a asigura un output binar consistent. Include un pipeline de distribuție care automatizează generarea matricelor de build și încărcarea artefactelor compilate pe pagini de release public și mirror buckets. Setul de instrumente oferă, de asemenea, capabilități de analiză a release-urilor binare, permițând compararea a două binare compilate prin rapoarte vizuale pentru a identifica modificări neașteptate între versiuni. Aceasta cuprinde un ciclu complet de standardizare a toolchain-ului de build, gestionare a release-urilor și mirroring al artefactelor.
Includes tools for visual comparison of binary contents to detect unexpected changes between versions.