awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesVisual Binary Diff Tools

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.

Awesome Visual Binary Diff Tools GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ridiculousfish/hexfiendridiculousfish 的头像

    ridiculousfish/HexFiend

    5,861在 GitHub 上查看↗

    A fast and clever hex editor for macOS

    Provides a visual diff display for comparing binary files, detecting insertions and deletions.

    Objective-C
    在 GitHub 上查看↗5,861
  • hexfiend/hexfiendHexFiend 的头像

    HexFiend/HexFiend

    5,859在 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 binary files by accounting for insertions and deletions using a diff algorithm.

    Objective-C
    在 GitHub 上查看↗5,859
  • astral-sh/python-build-standaloneastral-sh 的头像

    astral-sh/python-build-standalone

    4,175在 GitHub 上查看↗

    python-build-standalone 是一个旨在跨多种操作系统和硬件架构生成可再分发 Python 可执行文件的工具链。它生成独立的 Python 二进制文件,无需预安装系统解释器即可分发给用户。 该项目使用目标三元组 (Target triples) 和容器化环境管理跨平台编译的端到端过程,以确保二进制输出的一致性。它包含一个分发管道,可自动化生成构建矩阵,并将编译后的工件上传到公共发布页面和镜像存储桶。 该工具集还提供二进制发布分析功能,允许通过可视化报告比较两个编译后的二进制文件,以识别版本之间的意外更改。这涵盖了构建工具链标准化、发布管理和工件镜像的完整生命周期。

    Includes tools for visual comparison of binary contents to detect unexpected changes between versions.

    Python
    在 GitHub 上查看↗4,175
  1. Home
  2. Software Engineering & Architecture
  3. Algorithmic Problem Solving
  4. Block-Based Algorithms
  5. Binary Diff Engines
  6. Visual Binary Diff Tools