简体   繁体   中英

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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