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

Modhi Alsobiehy m99m20 at hotmail.com
Fri Apr 11 12:23:01 EDT 2014


Hi Steven,

Thanks for responding!
This is a very good point, and i am wondering how to cover it using soot?? 

-Best,
Modhi

> On Apr 8, 2014, at 4:22 PM, "Steven Arzt" <Steven.Arzt at cased.de> wrote:
> 
> Hi Modhi,
>  
> This sounds fine – given that you are ok with missing sensitive behavior in obfuscated apps that use reflective method calls or native code. But otherwise, Soot can help you with instrumenting the logging code into the APK just as described in our tutorial.
>  
> Best regards,
>   Steven
>  
> From: soot-list-bounces at CS.McGill.CA [mailto:soot-list-bounces at CS.McGill.CA] On Behalf Of Modhi Alsobiehy
> Sent: Dienstag, 8. April 2014 22:21
> To: soot-list at sable.mcgill.ca
> Subject: [Soot-list] Using Soot to facilitate dynamic analysis of Android apps
>  
> 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
> _______________________________________________
> Soot-list mailing list
> Soot-list at CS.McGill.CA
> https://mailman.CS.McGill.CA/mailman/listinfo/soot-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20140411/bc1c5fca/attachment.html 
-------------- next part --------------
_______________________________________________
Soot-list mailing list
Soot-list at CS.McGill.CA
https://mailman.CS.McGill.CA/mailman/listinfo/soot-list


More information about the Soot-list mailing list