secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
919 stars 140 forks source link

Simple Taint Analysis example with phasar-cli #674

Open StamesJames opened 8 months ago

StamesJames commented 8 months ago

I wrote a simple tutorial to use the phasar-cli tool for a taint analysis. If you want, you can use it somewhere. I upload the markdown file here. Simple Taint Analysis Tutorial.md

fabianbs96 commented 8 months ago

Hi @StamesJames, thank you for that example. That looks nice!. Creating documentation is always time consuming, so we really appreciate your contribution!