Skip to content

Interesting analysis and transformation frameworks

Raffi Khatchadourian edited this page Nov 10, 2022 · 1 revision
  • Scalpel
  • PyDev
  • WALA Ariadne
  • WALA-Python
    • This is a Python frontend in WALA framework. This repository helps you parse Python source code into SSAs. Further analysis can be done based on this, e.g, pointer analysis, building callgraph or CFG, ...