2 repositorios
Analyzes C/C++ source code without compilation to detect security flaws and vulnerabilities.
Distinct from C Source Translators: Existing candidates focus on compilation or code generation, not security analysis.
Explore 2 awesome GitHub repositories matching security & cryptography · C/C++ Source Code Security Analysis. Refine with filters or upvote what's useful.
The Snyk CLI is a command-line security scanner that detects known vulnerabilities across open-source dependencies, proprietary application code, container images, and infrastructure-as-code configuration files. It also serves as a platform management tool, allowing users to configure organizations, users, SSO, and reporting from the terminal rather than the web dashboard. The CLI integrates directly into development workflows, enabling scanning within IDEs, build pipelines, and version control systems. It implements static analysis with interfile data flow analysis to find complex security f
Analyzes C/C++ source code directly to detect security flaws and vulnerabilities.
Ikos is a formal verification suite and static analysis framework designed to prove the absence of undefined behaviors and runtime errors in C and C++ source code. It functions as an abstract interpretation tool that approximates program execution to identify potential crashes and software defects. The system utilizes a compiler front-end to translate source code into a specialized abstract representation. This process decouples language parsing from the analysis logic, allowing the framework to perform deep program analysis via a formal verification system. The toolkit covers several analys
Analyzes C and C++ source code to detect software defects and runtime errors like buffer overflows.