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 هي سلسلة أدوات مصممة لإنتاج ملفات Python تنفيذية قابلة لإعادة التوزيع عبر أنظمة تشغيل ومعماريات أجهزة متعددة. تولد ملفات Python ثنائية مستقلة يمكن توزيعها على المستخدمين دون الحاجة إلى مترجم نظام مثبت مسبقاً. يدير المشروع عملية التجميع عبر المنصات من البداية إلى النهاية باستخدام target triples وبيئات محاوية لضمان مخرجات ثنائية متسقة. يتضمن خط أنابيب توزيع يقوم بأتمتة توليد مصفوفات البناء وتحميل القطع الأثرية (artifacts) المجمعة إلى صفحات الإصدار العامة ودلاء النسخ المتطابق (mirror buckets). توفر مجموعة الأدوات أيضاً إمكانيات تحليل الإصدار الثنائي، مما يسمح بمقارنة ملفين ثنائيين مجمعيين من خلال تقارير مرئية لتحديد التغييرات غير المتوقعة بين الإصدارات. يشمل ذلك دورة حياة كاملة لتوحيد سلسلة أدوات البناء، وإدارة الإصدار، ونسخ القطع الأثرية.
Includes tools for visual comparison of binary contents to detect unexpected changes between versions.