简体   繁体   English

在给定起始类或方法的情况下,我可以使用 Soot 查找潜在的执行路径和资源使用情况吗?

[英]Can I use Soot to find potential execution paths and resource usages given a starting class or method?

Can I use the Soot framework to perform, at the Ubuntu command line, analyses on Java source code such as我可以在Ubuntu命令行中使用Soot框架对Java源代码进行分析,例如

Find all socket usages or disk writes that may result from executing this method or Find all disk writes potentially generated by the implementation of this class ?查找执行此方法可能导致的所有套接字使用或磁盘写入,查找此类实现可能产生的所有磁盘写入

Yes you can.是的你可以。 But of course it does not do exactly that out of the box.但当然,它并不是开箱即用的。 You'd have to extend it.你必须延长它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM