[Soot-list] Using Soot to facilitate dynamic analysis of Android apps

Modhi Alsobiehy m99m20 at hotmail.com
Tue Apr 8 16:20:50 EDT 2014


Hi All,


I want to do a real time analysis of Android apps. to start, I need to observe the dynamic behavior of the application and log all the activities that involve requesting or sending certain information. to do that, I am thinking of following the same scheme in “Instrumenting Android” tutorial. Basically: use soot to jimplify the apk ; find the invoked expressions that involve these operations; insert some code to log them in a text file; dexify, sign and repackage.


Am I thinking it right? is using Soot will help accomplishing this task?


-Best,

modhi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20140408/8b2f64a0/attachment.html 


More information about the Soot-list mailing list