Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richasavant/frama-c-2022

Frama-C is a suite of tools for analyzing C code, verifying correctness, and detecting issues. This repository includes folders for programming exercises and code analysis, covering basic programs, arrays, and loops.
https://github.com/richasavant/frama-c-2022

c c-programming c-programming-language debugger debugging debugging-tool frama-c

Last synced: about 10 hours ago
JSON representation

Frama-C is a suite of tools for analyzing C code, verifying correctness, and detecting issues. This repository includes folders for programming exercises and code analysis, covering basic programs, arrays, and loops.

Awesome Lists containing this project

README

        

Frama-C is a suite of tools dedicated to the analysis of C code, providing a framework for verifying the correctness of programs and detecting potential issues such as bugs and vulnerabilities.

This repository contains various folders and files related to programming exercises and code analysis. It includes directories for basic programs, arrays and loops.