A dataflow analysis framework for the R programming language.
-
Updated
Mar 25, 2025 - TypeScript
Static program analysis (or static analysis) is the analysis of computer programs performed without executing them, in contrast with dynamic program analysis, which is performed on programs during their execution.
A dataflow analysis framework for the R programming language.
generating DFG and CFG from source code (using LLVM ) or from binary (using LLVM and Mcsema) 二进制或者源码转CGF& DFG
Stuff related to my Ph.D. research
🌸 A Static Program Analyzer for a made-up programming language called SIMPLE, with a made-up query language called PQL (Program Query Language). Written entirely in C++, without any dependencies, this reinventing of the wheel was a genuine journey of growth as part of a team of 6, Team 35 🌸
Static program analysis assignments based on Tai-e
Implementation of different forms of static program analysis techniques