soot
soot copied to clipboard
How to include annotated classes into the analysis scope?
Hi, this issue related to this one
I am using the Doop framework, which relies on Soot to generate IR. The classes annotated by @Controller in Spring Framework are entry classes, but Soot cannot recognize these implicitly reachable entry classes when generating IR, so I am wondering if there is any How can Soot identify this kind of entry and generate IR?