QuanjunZhang / gcovLinks
code coverage for c
☆44Updated 8 years ago
Alternatives and similar repositories for gcov
Users that are interested in gcov are comparing it to the libraries listed below
Sorting:
- code coverage for c☆50Updated 8 years ago
- A CallGraph Generation LLVM Pass for C and C++ program☆32Updated 3 years ago
- clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analys…☆276Updated 3 years ago
- ☆26Updated 9 years ago
- learn javassist by example☆30Updated 4 years ago
- Call-graph generator.☆24Updated 7 years ago
- The screader is a soure code reading tool based the libclang. It is implemented by the C.☆74Updated 5 years ago
- 开源开发工具周刊☆195Updated last week
- 《LLVM Techniques, Tips, and Best Practices》的非专业个人翻译☆135Updated 3 years ago
- GCNO and GCDA parser and writer implementation in Dart☆14Updated 8 years ago
- Teaching and Learning Software Analysis via SVF☆211Updated 2 months ago
- Getting Started with LLVM Core Libraries (中文版),翻译:潘立丰☆138Updated 2 years ago
- ☆36Updated 5 months ago
- CSCD70 Compiler Optimization☆260Updated 2 years ago
- An easy guide to Clang Static Analyzer extension.☆143Updated 5 years ago
- Study notes about LLVM. LLVM 学习笔记. Licensed under CC BY-NC-SA 4.0☆148Updated last year
- 2022 年春季学期清华大学《软件分析与验证》课程实验平台 (Lab for Software Analysis and Verification, 2022 Spring, Tsinghua University)☆211Updated 9 months ago
- qemu源码的阅读笔记☆91Updated last year
- CFG explorer for binaries☆38Updated last year
- Experiment with writing a simple, kernel-space, on-disk filesystem.☆33Updated 6 years ago
- This repository contains the artifact for the SOSP'21 paper: Sishuai Gong, Deniz Altınbüken, Pedro Fonseca, Petros Maniatis, "Snowboard:…☆26Updated 6 months ago
- Concurrency Paper☆114Updated 2 years ago
- Some examples for using LLVM to generate IR☆43Updated 3 years ago
- A JIT Compiler Fuzzer for JVMs via CSX/JoNM in "Validating JIT Compilers via Compilation Space Exploration" (SOSP'23)☆60Updated 9 months ago
- A fuzzing framework for finding transactional bugs in DBMSs☆54Updated 2 years ago
- Empc: Effective Path Prioritization for Symbolic Execution with Path Cover☆31Updated 7 months ago
- ☆30Updated 3 years ago
- The source code of project "LLift" (Enhancing static analysis with LLM)☆80Updated last year
- Andersen's inclusion-based pointer analysis re-implementation in LLVM☆232Updated 6 years ago
- Anderson points-to analysis implementation based on LLVM