soot-oss / soot

Soot - A Java optimization framework
GNU Lesser General Public License v2.1
2.85k stars 706 forks source link

How to include annotated classes into the analysis scope? #2002

Open chennbnbnb opened 12 months ago

chennbnbnb commented 12 months ago

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?