2 مستودعات
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.
python-build-standalone هي سلسلة أدوات مصممة لإنتاج ملفات Python تنفيذية قابلة لإعادة التوزيع عبر أنظمة تشغيل ومعماريات أجهزة متعددة. تولد ملفات Python ثنائية مستقلة يمكن توزيعها على المستخدمين دون الحاجة إلى مترجم نظام مثبت مسبقاً. يدير المشروع عملية التجميع عبر المنصات من البداية إلى النهاية باستخدام target triples وبيئات محاوية لضمان مخرجات ثنائية متسقة. يتضمن خط أنابيب توزيع يقوم بأتمتة توليد مصفوفات البناء وتحميل القطع الأثرية (artifacts) المجمعة إلى صفحات الإصدار العامة ودلاء النسخ المتطابق (mirror buckets). توفر مجموعة الأدوات أيضاً إمكانيات تحليل الإصدار الثنائي، مما يسمح بمقارنة ملفين ثنائيين مجمعيين من خلال تقارير مرئية لتحديد التغييرات غير المتوقعة بين الإصدارات. يشمل ذلك دورة حياة كاملة لتوحيد سلسلة أدوات البناء، وإدارة الإصدار، ونسخ القطع الأثرية.
Identifies unexpected changes between releases by comparing binary contents via visual reports.
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.