Arvore

Dynamic tree implementation which allows for advanced use cases - like state keeping.

Evolucao / Web

The frontend for the static analysis orchestration server

Evolucao

The static analysis orchestration server

fmtparser

printf/scanf format parser

Equid IDE integration

Eclipse IDE integration for the Equid static analyzer.

Build trace

A project that is tracing the build on Linux, Windows and Mac and prepares configuration for the static analysis.

Parslr

Test ANTLR grammars and prepare JUnit result XML from results. Useful in CI.

Static analysis testing ensemble

Testing static analysis projects is hard. This project aims to serve as a bridge between Continuous Integration (CI) and Verification Example Framework (VEF).

Builtinizer

Recreate signatures of Clang's builtin functions.

Verification Example Framework

The growing list of examples for C/C++/RuC analysis & verification. To be open sourced.

Analysis Server Protocol

The protocol that it is used to unite static analyzers and IDEs, not only for IDE tasks. Inspired by language server protocol

Visao - a static analysis framework

A sophisticated tool for finding bugs and proving their absence in C/C++/Go code, this project aims at making analysis easy and worth to apply.

type-grammar

An attempt to make a unified ANTLR grammar for C/C++ types

Race Researcher

A graphical interface to Race static analyzer, allowing to quickly spot locking failures.

Codename Race

A static analyzer aimed at finding race conditions in the Linux code. It uses Lockset algorithm with sophisticated selection of executed function pairs, and it has proven to be quite useful in production. The C parsing has been implemented through Roslyn patches.

Codename Race Cloud

Managed API for cloud usage of "Codename Race" static analyzer

Custom static analyzer for router software

Since we had a host controller driver which was fatally flawed regarding locking, I've made a custom static analyzer to deal with locking problems. It was based on Roslyn patched to support C.