Open-source software for fixing bugs in C programs using genetic programming, analyzing program faults, generating fix candidates, and validating against test cases.
C-evo is an open-source automated program repair system for C programs. It utilizes genetic programming techniques to generate patches that fix bugs in C code automatically. Some key features of C-evo include:
By automating bug fixing, C-evo aims to reduce the costs associated with identifying and fixing software faults. It can be useful for developers looking to automate bug repair during development and testing. The genetic programming based approach allows exploring a wide range of potential fixes through code mutations and recombinations.
Here are some alternatives to C-evo:
Suggest an alternative ❐