Static Value-Flow Analysis Framework for Source Code
Stars
1.7k
Forks
486
Watchers
1.7k
Open Issues
367
Overall repository health assessment
2.2k
commits
536
commits
239
commits
180
commits
121
commits
111
commits
110
commits
85
commits
54
commits
49
commits
Set correct ICFGNode for ValVar subclasses during SVFIR construction (#1804)
402a3fcView on GitHubMerge pull request #1805 from cjsrxzdyzds/fix/negative-gep-struct-index
a5e4ecdView on GitHubfix: guard against negative/out-of-bounds struct indices in computeGepOffset
e7f57e6View on GitHubMerge pull request #1801 from bjjwwang/refactor/edge-based-propagation
d5e724eView on GitHubfix: align pull-mode with origin/master for recursive function analysis
f6abd0aView on GitHubrefactor: replace edge-based push propagation with pull-from-predecessors model
01700d3View on GitHubWIP: simplify handleLoopOrRecursion, remove edge erasure in mergeInEdges
f20a122View on GitHubrefactor: clean up mergeInEdges, extract collectBodyNodes, simplify back-edge check
ebf8e1aView on GitHubrefactor: simplify external edge classification using mergeInEdges
d3bb4ddView on GitHubrefactor: edge-based propagation for abstract interpretation
8493d33View on GitHubrevert: restore propagateToSuccessor to origin/master state
11d201bView on GitHub