[Soot-list] Using Soot with Java Agent

han liu liuhan0518 at gmail.com
Wed Mar 22 11:23:13 EDT 2017


I am new to Soot and considering using Soot to instrument bytecode in a
java agent.
But I am not sure whether this could work because Soot seems to process the
classes once while the JVM will load the classes one by one.

Could I just simply let Soot work in non-application mode so that a class
loaded by java agent
will be instrumented by Soot without processing the referenced classes?

Besides, could Soot be configured to emit a byte[] representation of a
class instead of dumping
to a file?

Thanks!


Han Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20170322/d5b7a412/attachment.html>


More information about the Soot-list mailing list