[Soot-list] How to insert instrument before specific classes?

wuduotju at gmail.com wuduotju at gmail.com
Mon May 7 22:05:01 EDT 2018


Hi, 

I'm using soot to insert instrument in JAVA code. I want to insert 
instrument for specific classes. i.e.:

{
     ...
     concurrentHashMap chm1;
     ...
     concurrentHashMap chm2;
}

After instrument, I want to get 

{
     ...
     @concurrent
     concurrentHashMap chm1;
     ...
     @concurrent
     concurrentHashMap chm2;
}

How can I implement this?

Thanks!

Sincerely, 
May


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


More information about the Soot-list mailing list