1 repository
Tools that record executed basic blocks in compiled binaries and produce coverage reports for security research.
Distinct from Code Coverage: Distinct from general Code Coverage: operates at the binary basic-block level on loaded DLLs, not source-level test coverage.
Explore 1 awesome GitHub repository matching part of an awesome list · Binary Code 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
Records every basic block executed in loaded Windows DLLs and produces coverage reports for fuzzing corpus distillation.