[Soot-list] Soot as a library

Faridath Akinotcho faridath.akinotcho at yahoo.fr
Mon Oct 21 13:28:57 EDT 2019


Good morning,
I am currently working on a personal project that involves extracting common blocks from two versions of the same method. For that I need a tool that is capable to work embedded in my code. I mean, for example a function that I could call on a string representation of a program, that would generate a control flow graph associated to it, that I could work on. I have not being able to figure it if it is possible with soot, which seems to operate on files and classes, not single methods. Even if it is not possible, what would be the proper way for me to have access to the Jimple body associated with my method, which is the cfg I need. I would really appreciate any guidance I could receive.
Best regards,Faridah Akinotcho

Sent from Yahoo Mail on Android
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20191021/d10d098b/attachment.html>


More information about the Soot-list mailing list