awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesBinary Difference Analysis

Analyzing compiled binaries to identify specific content changes between different versions.

Distinct from Binary Analysis Tools: Focuses on comparing two versions of a binary rather than general inspection or disassembly.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Binary Difference Analysis. Refine with filters or upvote what's useful.

Awesome Binary Difference Analysis GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • astral-sh/python-build-standaloneالصورة الرمزية لـ astral-sh

    astral-sh/python-build-standalone

    4,175عرض على GitHub↗

    python-build-standalone هي سلسلة أدوات مصممة لإنتاج ملفات Python تنفيذية قابلة لإعادة التوزيع عبر أنظمة تشغيل ومعماريات أجهزة متعددة. تولد ملفات Python ثنائية مستقلة يمكن توزيعها على المستخدمين دون الحاجة إلى مترجم نظام مثبت مسبقاً. يدير المشروع عملية التجميع عبر المنصات من البداية إلى النهاية باستخدام target triples وبيئات محاوية لضمان مخرجات ثنائية متسقة. يتضمن خط أنابيب توزيع يقوم بأتمتة توليد مصفوفات البناء وتحميل القطع الأثرية (artifacts) المجمعة إلى صفحات الإصدار العامة ودلاء النسخ المتطابق (mirror buckets). توفر مجموعة الأدوات أيضاً إمكانيات تحليل الإصدار الثنائي، مما يسمح بمقارنة ملفين ثنائيين مجمعيين من خلال تقارير مرئية لتحديد التغييرات غير المتوقعة بين الإصدارات. يشمل ذلك دورة حياة كاملة لتوحيد سلسلة أدوات البناء، وإدارة الإصدار، ونسخ القطع الأثرية.

    Identifies unexpected changes between releases by comparing binary contents via visual reports.

    Python
    عرض على GitHub↗4,175
  • hasherezade/pe-bearالصورة الرمزية لـ hasherezade

    hasherezade/pe-bear

    3,684عرض على GitHub↗

    PE-bear is a graphical portable executable analysis tool designed for inspecting, disassembling, and modifying the structure of Windows PE binary files. It functions as a static analysis framework used to identify malicious patterns and reverse engineer program logic. The project provides a binary diffing tool to identify structural and content differences between two executable files. It also includes a section editor for modifying binary layouts by adding or altering sections and imports. The tool covers a range of binary analysis capabilities, including machine code disassembly, file layo

    Detects structural and content changes between two versions of an executable by analyzing headers and sections.

    C++bearparsermalware-analysismultiplatform
    عرض على GitHub↗3,684
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Analysis Capabilities
  4. Binary Analysis Tools
  5. Binary Difference Analysis

استكشف الوسوم الفرعية

  • Instruction NormalizationTransforming architecture-specific assembly into a unified intermediate representation for standardized analysis. **Distinct from Binary Difference Analysis:** Distinct from Binary Difference Analysis: focuses on standardizing instruction sets for analysis rather than comparing file versions.