awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • astral-sh/python-build-standaloneastral-sh का अवतार

    astral-sh/python-build-standalone

    4,175GitHub पर देखें↗

    python-build-standalone is a toolchain designed to produce redistributable Python executables across multiple operating systems and hardware architectures. It generates standalone Python binaries that can be distributed to users without requiring a pre-installed system interpreter. The project manages the end-to-end process of cross-platform compilation using target triples and containerized environments to ensure consistent binary output. It includes a distribution pipeline that automates the generation of build matrices and the uploading of compiled artifacts to public release pages and mir

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

    Python
    GitHub पर देखें↗4,175
  • hasherezade/pe-bearhasherezade का अवतार

    hasherezade/pe-bear

    3,684GitHub पर देखें↗

    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.