Projects - Static Analysis
| Filter: | All projects | Highlights | Active | Commercial/external |
| Domains: | Static analysis | Security/Reverse-engineering | WP8 | WP7 | WM | ELFPack | Compilers | Containerization | Networking | IoT |
| Platforms: | Windows | Linux | Mac | WP8 | WP7 | WM | Sony Ericsson |
| CPU: | ARM | ARM64 | X86_64 | RISC-V (32 bit) | RISC-V (64 bit) | MIPS |
| Statistics: | ANTLR (1) | Assembler (14) | Assembly (1) | Bash (5) | C (92) | C# (31) | C++ (94) | Go (2) | Java (2) | Lua (2) | Python (10) | RuC (1) | Ruby (1) | Rust (11) | TeX (1 + 15) | VB.NET (7) |
Private network management project's UIStatic analysisExternal
The UI for a private network management project written based on Isabelle platform and Yew framework. Coded pages logic, dashboards, and everything about it. The project is released.
ArvoreCybersecurity, Static analysis
Dynamic tree implementation which allows for advanced use cases - like state keeping.
Evolucao / WebStatic analysis
The frontend for the static analysis orchestration server
EvolucaoStatic analysis
The static analysis orchestration server
fmtparserStatic analysisOpen-source
printf/scanf format parser
Build traceStatic analysisExternal
A project that is tracing the build on Linux, Windows and Mac and prepares configuration for the static analysis.
Native toolchain detectionStatic analysisExternal
Detect existing toolchains and their parameters
ParslrStatic analysisOpen-source
Test ANTLR grammars and prepare JUnit result XML from results. Useful in CI.
Static analysis testing ensembleStatic analysisActive
Testing static analysis projects is hard. This project aims to serve as a bridge between Continuous Integration (CI) and Verification Example Framework (VEF).
BuiltinizerStatic analysisOpen-source
Recreate signatures of Clang's builtin functions.
Verification Example FrameworkStatic analysisActiveOpen-source
The growing list of examples for C/C++/RuC analysis & verification. To be open sourced.
Analysis Server ProtocolStatic analysisActiveHighlightsOpen-source
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 frameworkStatic analysisActiveHighlightsOpen-source
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-grammarStatic analysisActiveOpen-source
An attempt to make a unified ANTLR grammar for C/C++ types
Race ResearcherStatic analysis
A graphical interface to Race static analyzer, allowing to quickly spot locking failures.
Codename RaceStatic analysisHighlights
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 CloudStatic analysis
Managed API for cloud usage of "Codename Race" static analyzer