Pinned Loading
Repositories
- coretrace-compiler Public
Enhanced Clang-based compiler for CoreTrace, operating as a CLI and reusable library to power advanced static analysis and instrumentation workflows.
CoreTrace/coretrace-compiler’s past year of commit activity - coretrace-stack-analyzer Public
LLVM-based static analysis tool that detects stack overflows, unsafe stack operations, and recursion-related vulnerabilities in C and C++ code
CoreTrace/coretrace-stack-analyzer’s past year of commit activity - coretrace-testkit Public
It’s a small Python testing framework to run a tool (compiler/analyzer) and validate its output. Each test defines input sources and options, then checks the exit code, the presence of the produced binary and its format (ELF/Mach-O), and/or specific content in stdout/stderr. Tests run in a temporary workspace and use a simple reporter.
CoreTrace/coretrace-testkit’s past year of commit activity - coretrace-runtime-analyzer Public
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.
CoreTrace/coretrace-runtime-analyzer’s past year of commit activity - coretrace-tool-template Public template
Standardized template repository for building CoreTrace tools with a unified architecture, CI pipeline, and best practices for scalable static and dynamic analysis tooling.
CoreTrace/coretrace-tool-template’s past year of commit activity - coretrace Public
coretrace is a C/C++ analysis orchestrator that runs multiple static and dynamic tools and produces unified reports to detect vulnerabilities, security issues, and memory misuse
CoreTrace/coretrace’s past year of commit activity - coretrace-qt Public archive
CoreTrace/coretrace-qt’s past year of commit activity
People
This organization has no public members. You must be a member to see who’s a part of this organization.
Top languages
Loading…
Most used topics
Loading…