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,475在 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
    在 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.