SRI-CSL / whole-program-llvmLinks
A toolkit for building whole-program LLVM bitcode files
☆80Updated 4 years ago
Alternatives and similar repositories for whole-program-llvm
Users that are interested in whole-program-llvm are comparing it to the libraries listed below
Sorting:
- A new context, field, and array-sensitive heap analysis for LLVM bitcode based on DSA.☆168Updated 2 months ago
- ☆66Updated 6 years ago
- UBGen can generate programs with undefined behaviors (e.g., buffer-overflow, use-after-free, etc.)☆61Updated 8 months ago
- Andersen's inclusion-based pointer analysis re-implementation in LLVM☆233Updated 6 years ago
- PTABen: Micro-benchmark Suite for Pointer Analysis☆84Updated this week
- Whole Program LLVM: wllvm ported to go☆332Updated last year
- SanRazor is a sanitizer check reduction tool aiming to incur little overhead while retaining all important sanitizer checks.☆56Updated 4 years ago
- Linear-time Temporal Logic guided Greybox Fuzzing (ICSE'22)☆58Updated last year
- Sys: A Static/Symbolic Tool for Finding Good Bugs in Good (Browser) Code☆236Updated 3 years ago
- [USENIX SECURITY'19] PeX: A Permission Check Analysis Framework for Linux Kernel☆78Updated 4 years ago
- Use on-demand control- data- flow slicing combined with taint analysis and symbolic execution to produce scalable and precise UB detectio…☆25Updated 4 years ago
- Detect missing check bugs in OS kernels☆113Updated 2 years ago
- Symbolic Program Slicing with LLVM☆84Updated 5 years ago
- ☆42Updated 3 years ago
- Source code of ASAN--