awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • astral-sh/python-build-standaloneAvatar de astral-sh

    astral-sh/python-build-standalone

    4,175Voir sur GitHub↗

    python-build-standalone est une chaîne d'outils conçue pour produire des exécutables Python redistribuables sur de multiples systèmes d'exploitation et architectures matérielles. Il génère des binaires Python autonomes qui peuvent être distribués aux utilisateurs sans nécessiter d'interpréteur système préinstallé. Le projet gère le processus de bout en bout de compilation multiplateforme en utilisant des cibles triples et des environnements conteneurisés pour garantir une sortie binaire cohérente. Il inclut un pipeline de distribution qui automatise la génération de matrices de build et le téléchargement des artefacts compilés vers des pages de publication publiques et des buckets miroirs. La boîte à outils fournit également des capacités d'analyse de version binaire, permettant la comparaison de deux binaires compilés via des rapports visuels pour identifier des changements inattendus entre les versions. Cela englobe un cycle de vie complet de standardisation de la chaîne d'outils de build, de gestion des versions et de mise en miroir des artefacts.

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

    Python
    Voir sur GitHub↗4,175
  • hasherezade/pe-bearAvatar de hasherezade

    hasherezade/pe-bear

    3,684Voir sur 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
    Voir sur GitHub↗3,684
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Analysis Capabilities
  4. Binary Analysis Tools
  5. Binary Difference Analysis

Explorer les sous-tags

  • 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.