Skip to content

Coretrace-runtime-analyzer ships a lightweight runtime instrumentation layer for C/C++ that tracks allocations, bounds and shadow memory, traces function entry/exit, and inspects vtables/virtual calls with readable diagnostics. It’s designed to surface memory bugs and ABI/runtime issues with clear, structured logs.

Notifications You must be signed in to change notification settings

CoreTrace/coretrace-runtime-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coretrace-tool-template

Standardized template repository for building CoreTrace tools with a unified architecture, CI pipeline, and best practices for scalable static and dynamic analysis tooling.

Code style (clang-format)

  • Version cible : clang-format 17 (utilisée dans la CI).
  • Formater : ./scripts/format.sh
  • Vérifier sans modifier : ./scripts/format-check.sh
  • CMake : cmake --build build --target format ou --target format-check
  • CI : job GitHub Actions clang-format qui échoue si le formatage diverge.

About

Coretrace-runtime-analyzer ships a lightweight runtime instrumentation layer for C/C++ that tracks allocations, bounds and shadow memory, traces function entry/exit, and inspects vtables/virtual calls with readable diagnostics. It’s designed to surface memory bugs and ABI/runtime issues with clear, structured logs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published