1 Repo
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.
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.