awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesBinary File Comparisons

Tools for comparing two binary files to detect insertions, deletions, and other changes.

Distinct from Binary Diffing: Distinct from Binary Diffing: focuses on the specific operation of comparing two files side-by-side, not general binary diffing capabilities.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Binary File Comparisons. Refine with filters or upvote what's useful.

Awesome Binary File Comparisons GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • wader/fqAvatar de wader

    wader/fq

    10,528Voir sur GitHub↗

    fq is a command-line binary data processor used for decoding, transforming, and analyzing raw byte streams and bit-level data into structured formats. It functions as a functional binary query engine that allows for filtering and mapping binary structures, as well as a converter that translates complex binary blobs and proprietary file formats into standard JSON, YAML, or XML. The tool distinguishes itself as a low-level bit manipulator capable of performing bit-level slicing, bitwise operations, and cryptographic hashing on raw files. It also serves as a network protocol analyzer with the ab

    Provides a tool for calculating differences between two binary inputs after applying filters to isolate specific fields.

    Go
    Voir sur GitHub↗10,528
  • ridiculousfish/hexfiendAvatar de ridiculousfish

    ridiculousfish/HexFiend

    5,861Voir sur GitHub↗

    A fast and clever hex editor for macOS

    Provides a built-in diff tool for comparing two binary files and detecting changes.

    Objective-C
    Voir sur GitHub↗5,861
  • hexfiend/hexfiendAvatar de HexFiend

    HexFiend/HexFiend

    5,859Voir sur GitHub↗

    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 two binary files by detecting insertions and deletions using a custom diff algorithm.

    Objective-C
    Voir sur GitHub↗5,859
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Analysis Capabilities
  4. Binary Diffing
  5. Binary File Comparisons