Topic: "sanitizers"
derailed/popeye
π A Kubernetes cluster resource sanitizer
Language: Go - Size: 13.7 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 5,832 - Forks: 316

TheLartians/ModernCppStarter
π Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
Language: CMake - Size: 353 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 4,753 - Forks: 410

StableCoder/cmake-scripts
Easy-to-add enhancements for any C/C++ CMake project. Including AFL fuzzing, code-coverage, Thread/Address/Leak/Address/Undefined sanitizer instrumentation, compilation of GLSL shaders and more.
Language: CMake - Size: 673 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 641 - Forks: 70

airbus-seclab/c-compiler-security
Security-related flags and options for C compilers
Language: Python - Size: 57.6 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 189 - Forks: 17

eomii/rules_ll
An Upstream Clang/LLVM-based toolchain for contemporary C++ and heterogeneous programming
Language: Starlark - Size: 3.96 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 92 - Forks: 10

junwha/awesome-sanitizer
A curated list of sanitizers to detect bugs
Size: 143 KB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 17 - Forks: 2

MangaD/cpp-project-template
β‘ A template for modern C++ cross-platform projects. Using CMake, CI/CD, unit tests, code coverage, static and dynamic analisis, auto formatting, package management, documentation, GUI, installers, and more.
Language: CMake - Size: 1.18 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 12 - Forks: 2

b1ackviking/cpp-project-template
A template of a cross-platform CMake-based C++ project.
Language: CMake - Size: 1.12 MB - Last synced at: 19 days ago - Pushed at: 20 days ago - Stars: 6 - Forks: 0

fanyang89/gwp-asan
Standalone gwp-asan from LLVM
Language: C++ - Size: 699 KB - Last synced at: 5 days ago - Pushed at: 9 months ago - Stars: 4 - Forks: 1

9dl/Awesome-Sanitizers
Awesome Sanitizers for every language to prevent injection attacks effortlessly.
Language: C# - Size: 6.84 KB - Last synced at: 16 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

siguici/vut
The Ske Programming Language
Language: V - Size: 26.4 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

dehre/c-project-template
A template C project to get you started with C and tooling on MacOS
Language: CMake - Size: 70.3 KB - Last synced at: 7 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

sim642/sv-sanitizers
SV-COMP wrapper for sanitizers
Language: Python - Size: 55.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Toxe/cpp-sanitizers
C++ Sanitizers and Static Analysis Examples
Language: CMake - Size: 53.7 KB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

milosz-barylowicz/Containers
Implementation of STL like containers to practice CMake building system and CI/CD setup with GitHubactions
Language: C++ - Size: 155 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

hugorbarbosa/cpp-project-template
A template for C++ projects, using CMake and many code quality tools for code coverage, code formatting, static analysis, sanitizers and documentation. CI setup with GitHub Actions is also used.
Language: CMake - Size: 120 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

Nerdware-LLC/ts-string-helpers
TypeScript string utils for sanitization and validation in any environment π§Άπ§ΌβοΈ
Language: TypeScript - Size: 1.08 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

Dingola/QtTemplate
Template for creating cross-platform Qt6-based applications
Language: Shell - Size: 54.7 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Dingola/QMLDesktopAppTemplate
Template for creating cross-platform Qt6/QML-based desktop applications
Language: C++ - Size: 263 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

artempyanykh/eurollvm25
Reference for my presentation at EuroLLVM 2025
Language: Makefile - Size: 949 KB - Last synced at: 4 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

pedrolmcastro/cppmake
CMake utilities for C++ development
Language: CMake - Size: 8.79 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

the-risk-taker/sanitizers
Sanitizers usage guide with examples in CMake
Language: CMake - Size: 1.95 KB - Last synced at: 7 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

scandyna/mdt-cmake-modules
Some CMake modules used in my projects
Language: CMake - Size: 683 KB - Last synced at: 5 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

dennisbabkin/CrashMe
Demo project & blog post to demonstrate the use of build schemes in Xcode, diagnosing memory corruption and crashes, sanitizers, analyzing crash logs and symbolication.
Language: Shell - Size: 201 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

shuygena/sanitizer_checker
Utility to detect sanitizers used in compilation
Language: Python - Size: 2.93 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

bachilli/sanitize-url
PHP port from braintree/sanitize-url package.
Language: PHP - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

FranciscoMoretti/ModernCppStarter
Sample project to learn how to use the ModernCppStarter
Language: CMake - Size: 70.3 KB - Last synced at: 25 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

jwillikers/sanitizer-build-types π¦
A CMake module for adding the necessary flags for the various sanitizers.
Language: CMake - Size: 16.6 KB - Last synced at: about 18 hours ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
