Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道soot是否能够分析成员字段访问?比如A访问了B的成员字段,soot能检测到吗?并确定在 B 中访问的那些成员的类的名称。
当然,这很容易。简单地浏览 JimpleBody 并寻找合适的表达式,最好使用 ExprSwitch。并在线阅读教程!