Skip to content
/ ESCA Public
forked from lukinma/ESCA

Experimental Static Code Analyzer

Notifications You must be signed in to change notification settings

alexust27/ESCA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESCA

Experimental Static Code Analyzer

for C and C++ projects

This analyzer can help you to find resource leaks in your project.

C++17 version must be or more Before use you need to install z3 from https://github.com/Z3Prover/z3

To start it with cmake, you need to install flag CMAKE_EXPORT_COMPILE_COMMANDS to ON and run ESCA --cmake <path/to/your/compile_comands.json>

To start with any dir you need run find_cpp_files.py --dir <project dir> and then run ESCA --files files_for_ESCA.txt

About

Experimental Static Code Analyzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.2%
  • CMake 2.0%
  • Other 0.8%