Welcome to the icp1_s4
repository!
This repository is created to ilustrate some examples using Static Analysis and Dynamic Analysis. Some of them are based on the original ones from Google Sanitizers and just rewritten to C language.
To get started with this repository, we'll be working with a VSCode setup and CMake Remember to Configure project in order to activate CMake menu
The repository has the following folder structure:
- include folder has the source code of different examples
Inside this folder:
- sample_static include a example of static analysis using cppcheck
- Rest of sample_san_xxx folders contain examples of dynamic analysis using different google sanitizers
Contributions to this repository are welcome. If you find any issues or have suggestions for improvements, please create a pull request.