CodeShield-Security / SPDS

Efficient and Precise Pointer-Tracking Data-Flow Framework
Eclipse Public License 2.0
66 stars 12 forks source link

Some questions when I run ExampleMain2 #33

Open dyd1024 opened 2 years ago

dyd1024 commented 2 years ago

Hello, I wonder if ExampleMain2 i.e. the forwardquery of the solver computes all the reachable sites on the control flow graph for the seeds? And if I want to instantiate a data flow analysis, should I use class boomerang.guided.DemandDrivenGuidedAnalysis or class ideal.IDEALAnalysis? Thank you very much!