-
Notifications
You must be signed in to change notification settings - Fork 142
Tutorials and Showcase Applications
Philipp Schubert edited this page Mar 25, 2020
·
3 revisions
We prepared a short demo to showcase some of PhASAR's applications with respect to data-flow analysis (based on PhASAR v0220). The v0220 release comes with lots of improvements, optimizations as well as simplifications. The demo specifically presents some IFDS and IDE data-flow analyses. However, the PhASAR framework can also be used for call-graph construction, computation of points-to information, and various other important tasks related to static analysis. The PhASAR-v0220 demo slide set can be found here.
In order to get more familiar with PhASAR framework, you can take a look at PhASAR Tutorial.
- Home
- Reference Material
- Getting Started:
- Building PhASAR
- Using PhASAR with Docker
- A few uses of PhASAR
- Coding Conventions
- Contributing to PhASAR
- Errors and bug reporting
- Update to Newer LLVM Versions
- OS Support