Useful Literature - bsharma021/phasar GitHub Wiki
How to use this material
This list of literature is intended to serve as an entry point for interested users. Before writing a data-flow analysis using solver X, you may wish to read the accompanying material, depending on your background.
Talks on PhASAR
Papers on PhASAR
- PhASAR: An Inter-Procedural Static Analysis Framework for C/C++ (online version)
- PhASAR: An Inter-Procedural Static Analysis Framework for C/C++ (pdf version)
- Know Your Analysis: How Instrumentation Aids Understanding Static Analysis
- Know Your Analysis: How Instrumentation Aids Understanding Static Analysis (preprint)
IFDS/IDE
- Precise interprocedural dataflow analysis via graph reachability
- Precise interprocedural dataflow analysis with applications to constant propagation
- Practical extensions to the IFDS algorithm
WPDS (currently under development in PhASAR)
- Weighted Pushdown Systems and their Application to Interprocedural Dataflow Analysis
- Improving Pushdown Systems Model Checking
- Extended Weighted Pushdown Systems