[Soot-list] Using soot within a javaagent

Prashant Deva prashant.deva at gmail.com
Tue Dec 27 18:33:42 EST 2011


All the examples/tutorials I see of soot show it being used as a command
line tool.

Is it possible to use it as part of a javaagent to analyse classes
individually as they are loaded?

In this case the only input available to soot would be the byte array of
the class being loaded at the moment.
Not that since the class would not have been loaded at this point, if soot
tries to use .class methods on the class being analyzed, those will throw
an exception.

Prashant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20111227/f4a50c38/attachment.html 


More information about the Soot-list mailing list