SVF-tools / Simplified-STLLinks
A simple implementation of the C++ STL which aims to simplify LLVM IRs during compilation
☆11Updated 2 years ago
Alternatives and similar repositories for Simplified-STL
Users that are interested in Simplified-STL are comparing it to the libraries listed below
Sorting:
- LLVM pass☆23Updated 4 years ago
- A Large-Scale Automated Program Repair Benchmark of Real-World LLVM Middle-End Bugs☆12Updated this week
- Static range analysis for the LLVM compiler infrastructure.☆56Updated 5 years ago
- A precise and scalable pointer analysis for LLVM, written in Ascent☆66Updated 3 months ago
- A fuzzer for SMT solvers☆19Updated this week
- SCTBench: a set of C/C++ pthread benchmarks for evaluating concurrency testing techniques.☆28Updated 3 years ago
- Public-facing course info for program analysis materials.☆41Updated 6 months ago
- A high-performance, parallel, compilation-based symbolic execution engine☆130Updated this week
- LLVM dataflow analysis framework; Reaching Definition Analysis; Liveness Analysis, May-point-to Definition Analysis ; inter-procedural m…☆25Updated 5 years ago
- Indexing reachability for context-sensitive data flow analysis.☆11Updated 2 years ago
- A list of bugs found by SQLancer☆14Updated last year
- A randomized program fuzzer for the Rust programming language☆64Updated last year
- cclyzer++ is a precise and scalable pointer analysis for LLVM code.☆144Updated 4 months ago
- Version of IKOS abstract interpreter implementing parallel deterministic fixpoint computation☆16Updated 4 years ago
- GrayC: Greybox Fuzzing of Compilers and Analysers for C☆59Updated last year
- Variation of american fuzzy lop for testing compilers☆123Updated 3 years ago
- llvm crash analysis☆43Updated 11 months ago
- Papers related with kernel papers☆13Updated 2 years ago
- Source code of a few LLVM passes that I wrote to learn and that now I am sharing for my LLVM course for security engineering☆27Updated 2 years ago
- Scalable Validator for Binary Lifters☆56Updated 4 years ago
- Efficient patch generation engine for C/C++ programs☆18Updated 2 years ago
- A JIT Compiler Fuzzer for JVMs via CSX/JoNM in "Validating JIT Compilers via Compilation Space Exploration" (SOSP'23)☆54Updated 3 months ago
- Dynamic Analysis for Concurrent Programs☆26Updated 8 months ago
- PL/SE conference deadline countdowns☆19Updated 4 years ago
- A data dependence analyzer for C program☆21Updated 3 years ago
- ☆14Updated last year
- ICRA: a static analyzer based on interprocedural compositional recurrence analysis☆11Updated 5 years ago
- Precise and Signedness Agnostic Interval Analysis for LLVM IR -- This website is obsolete. However, the wrapped interval domain is now im…☆12Updated 7 years ago
- SanRazor is a sanitizer check reduction tool aiming to incur little overhead while retaining all important sanitizer checks.☆53Updated 4 years ago
- UFO: Predictive Detection of Concurrency Use-After-Free Vulnerabilities