frama-c-base
Platform dedicated to the analysis of source code written in C. Aluminium version.
Description
Frama-C gathers several analysis techniques in a single collaborative framework, based on analyzers (called "plug-ins") that can build upon the results computed by other analyzers in the framework. Thanks to this approach, Frama-C provides sophisticated tools, including:
- an analyzer based on abstract interpretation (Value plug-in);
- a program proof framework based on weakest precondition calculus (WP plug-in);
- a program slicer (Slicing plug-in);
- a tool for verification of temporal (LTL) properties (Aoraï plug-in);
- several tools for code base exploration and dependency analysis (plug-ins From, Impact, Metrics, Occurrence, Scope, etc.). These plug-ins communicate between each other via the Frama-C API and via ACSL (ANSI/ISO C Specification Language) properties.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 30 Oct 2018
- Authors
-
-
Patrick Baudin
-
François Bobot
-
Richard Bonichon
-
David Bühler
-
Loïc Correnson
-
Julien Crétin
-
Pascal Cuoq
-
Zaynah Dargaye
-
Jean-Christophe Filliâtre
-
Philippe Herrmann
-
Florent Kirchner
-
Matthieu Lemerre
-
David Maison
-
Claude Marché
-
André Maroneze
-
Benjamin Monate
-
Yannick Moy
-
Anne Pacalet
-
Valentin Perrelle
-
Guillaume Petiot
-
Virgile Prevosto
-
Armand Puccetti
-
Muriel Roger
-
Julien Signoles
-
Boris Yakobowski
-
- Maintainers
Sources
Dependencies
ocamlgraph
= "1.8.5" | = "1.8.6"
ocaml
>= "4.00.1" & != "4.02.0" & != "4.02.2" & < "4.04.0"
Reverse Dependencies
frama-c
= "13.1"
Conflicts