awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesBinary Basic Block Coverage Auditors

Collects and audits basic block coverage from loaded Windows DLLs to identify untested code paths.

Distinct from Code Coverage Analysis: Distinct from Code Coverage Analysis: focuses on basic block coverage of loaded Windows DLLs, not general source code coverage.

Explore 1 awesome GitHub repository matching testing & quality assurance · Binary Basic Block Coverage Auditors. Refine with filters or upvote what's useful.

Awesome Binary Basic Block Coverage Auditors 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.
  • taviso/loadlibraryAvatar de taviso

    taviso/loadlibrary

    4,475Voir sur GitHub↗

    LoadLibrary is a binary instrumentation framework that loads and executes Windows PE/COFF DLLs natively within Linux processes. It provides a cross-platform binary execution layer that maps Windows portable executable files into Linux memory, resolving imports and relocations so that exported functions can be called as if they were native Linux library routines. The framework enables runtime interception and modification of Windows DLL function behavior, including redirecting API calls to Linux-native implementations through a binary patching hook engine. It includes a code coverage auditor t

    Collects and audits basic block coverage from loaded Windows DLLs to identify untested code paths.

    Clinuxportingwindows
    Voir sur GitHub↗4,475
  1. Home
  2. Testing & Quality Assurance
  3. Code Coverage Analysis
  4. Binary Basic Block Coverage Auditors

Explorer les sous-tags

  • Basic Block AnalysisTechniques for decomposing machine code into individual execution blocks to inspect program logic. **Distinct from Binary Basic Block Coverage Auditors:** Distinct from Binary Basic Block Coverage Auditors: focuses on structural analysis of logic blocks rather than coverage auditing.