A tool for analyzing LLVM bitcode using Datalog.
☆101Oct 2, 2020Updated 5 years ago
Alternatives and similar repositories for cclyzer
Users that are interested in cclyzer are comparing it to the libraries listed below
Sorting:
- CClyzer port to souffle lang☆19Jan 29, 2024Updated 2 years ago
- Indexing reachability for context-sensitive data flow analysis.☆12Jul 10, 2022Updated 3 years ago
- Measure branching along code paths☆18Oct 25, 2016Updated 9 years ago
- cclyzer++ is a precise and scalable pointer analysis for LLVM code.☆150Jan 30, 2025Updated last year
- A precise and scalable pointer analysis for LLVM, written in Ascent☆68Mar 1, 2025Updated last year
- A library for binary analysis and rewriting☆50Sep 28, 2023Updated 2 years ago
- Static Analyzer for LLVM bitcode based on Abstract Interpretation. **Update**: clam is still actively maintained. Please use branch dev1…☆287Apr 21, 2024Updated last year
- A new context, field, and array-sensitive heap analysis for LLVM bitcode based on DSA.☆168Dec 4, 2025Updated 2 months ago
- A data dependence analyzer for C program☆20Jan 23, 2022Updated 4 years ago
- The official repo of Doop, the declarative pointer analysis framework.☆204Updated this week
- [LLVM Static Slicer] Various program analyses, construction of dependence graphs and program slicing of LLVM bitcode.☆524May 21, 2025Updated 9 months ago
- TRACER Symbolic Execution Tool☆28Jun 16, 2020Updated 5 years ago
- Soufflé is a variant of Datalog for tool designers crafting analyses in Horn clauses. Soufflé synthesizes a native parallel C++ program f…☆1,056Dec 10, 2025Updated 2 months ago
- SeaHorn Verification Framework☆471May 27, 2025Updated 9 months ago
- Version of IKOS abstract interpreter implementing parallel deterministic fixpoint computation☆16Aug 24, 2020Updated 5 years ago
- BDA: Practical Dependence Analysis for Binary Executables by Unbiased Whole-program Path Sampling and Per-path Abstract Interpretation☆31Feb 26, 2021Updated 5 years ago
- Home for the WALi weighted automaton library and OpenNWA nested-word automaton library☆17Nov 28, 2018Updated 7 years ago
- ☆20May 30, 2024Updated last year
- A Hybrid Alias Analysis☆19Aug 10, 2023Updated 2 years ago
- ☆42Apr 15, 2023Updated 2 years ago
- DAI: Demanded Abstract Interpretation☆16Sep 23, 2024Updated last year
- egraph on top of sqlite☆13Mar 8, 2022Updated 3 years ago
- Whole Program LLVM: wllvm ported to go☆333Apr 28, 2024Updated last year
- A library for building abstract interpretation-based analyses. **Update**: crab is still actively maintained. Please use branch dev.