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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • taviso/loadlibrarytaviso का अवतार

    taviso/loadlibrary

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

    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
    GitHub पर देखें↗4,475
  1. Home
  2. Testing & Quality Assurance
  3. Code Coverage Analysis
  4. Binary Basic Block Coverage Auditors

सब-टैग एक्सप्लोर करें

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