Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 479 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 479 Bytes

CodA: Source code analysis and synthesis toolkit

CodA is a toolkit performing advanced static and dynamic analysis on a given source code.

Static analysis includes control flow graph (CFG) and prime path extraction.

Dynamic analysis includes instrumenting code and path coverage computation. Currently, CodA support CPP 14 programs.

For more information, please refer to the CodA documentation website: https://m-zakeri.github.io/CodA.