farzamdorostkar
PhD candidate in Computer Engineering at Polytechnique Montreal
https://www.dorsal.polymtl.ca/en/Montreal, QC, Canada
farzamdorostkar's Stars
compiler-explorer/compiler-explorer
Run compilers interactively from your web browser and interact with the assembly
analysis-tools-dev/static-analysis
⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.
danmar/cppcheck
static analysis of C/C++ code
doxygen/doxygen
Official doxygen git repository
banach-space/llvm-tutor
A collection of out-of-tree LLVM passes for teaching and learning
NASA-SW-VnV/ikos
Static analyzer for C/C++ based on the theory of Abstract Interpretation.
Ericsson/codechecker
CodeChecker is an analyzer tooling, defect database and viewer extension for static and dynamic analyzer tools.
Tencent/TscanCode
A static code analyzer for C++, C#, Lua
airbus-seclab/bincat
Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection
banach-space/clang-tutor
A collection of out-of-tree Clang plugins for teaching and learning
intel/libipt
libipt - an Intel(R) Processor Trace decoder library
quarkslab/arybo
Manipulation, canonicalization and identification of mixed boolean-arithmetic symbolic expressions
grievejia/andersen
Andersen's inclusion-based pointer analysis re-implementation in LLVM
regehr/itc-benchmarks
static analysis benchmarks from Toyota ITC
vusec/dangsan
parasol-aser/UFO
UFO: Predictive Detection of Concurrency Use-After-Free Vulnerabilities
tudasc/TypeART
LLVM-based type and memory allocation tracking sanitizer
mc-imperial/sctbench
SCTBench: a set of C/C++ pthread benchmarks for evaluating concurrency testing techniques.
utpalbora/LLOV
LLOV: LLVM OpenMP Verifier - : A Fast Static Data-Race Checker for OpenMP Programs
enochii/simple-pointer-analysis
Implement pointer analysis prototype(currently including anderson, steensgard)~
hityangzhen/DRTracker
data race detection
smackers/whoop
automatic data race analysis for Linux device drivers
marchartung/DataRaceBenchmark
C++ with pthread test cases for benchmarking concurrency testing
selabhvl/coems-racechecker
Open source version of the COEMS dynamic data race checker
compor/TargetLibraryInfoAliasAnalysis
A LLVM Alias Analysis pass based on Target Library Information
Juhyunpark-paper/Cryptographic-Routine-Detection
Symmetric-Key Cryptographic Routine Detection in Anti-Reverse Engineered Binaries Using Hardware Tracing
linD026/ucsan
The User Concurrency Sanitizer (UCSAN)
afd/cppcheck
static analysis of C/C++ code
esaillar/MPILocalConcurrencyDetection
marchartung/Actul
Automated Concurrency Tester and schedULer