phasar
phasar copied to clipboard
A LLVM-based static analysis framework.
The redesign of the ProjectIRDB, as discussed
Improvements to the CFG and ICFG interfaces similar to the ProjectIRDB in #511. #511 should be merged first
- [x] I have searched open and closed issues for duplicates - [x] I made sure that I am not using an old project version (DO: pull Phasar, update git...
**Is your feature request related to a problem? Please describe.** Will the SPDS (POPL19) be incorporated in phasar?
Automatically detect the build directory (for the unit tests) to successfully run the unit in more advanced setups.
i was trying to get a taint paths from phasar but im having hard time getting those results. which options do i have to use to get those path information?
**Is your feature request related to a problem? Please describe.** I'm working with the taint analysis feature of phasar (eg. `ide-xtaint`). The resulting leaks seem to be identified by their...
Eliminate unnecessary indirection layers FlowFunctionType, FlowFunctionTypePtr, and container_type
### Bug description Understanding the Phasar framework is made more complicated than necessary due to the extra FlowFunction and FlowFunctionPtr layers. Issues with the current setup - It isn't obvious...
Hi, I want to use phasar for taint analysis, but I can't find a tutorial of using phasar for taint analysis in wiki or homepage, can anyone tell me how...
- [x] I have searched open and closed issues for duplicates - [x] I made sure that I am not using an old project version (DO: pull Phasar, update git...