[Soot-list] Android App Main Activity!

Modhi Alsobiehy m99m20 at hotmail.com
Thu Oct 2 04:11:17 EDT 2014


Thanks Steven!

-Best,
Modhi

> On Sep 29, 2014, at 7:24 AM, "Steven Arzt" <Steven.Arzt at cased.de> wrote:
> 
> Hi Modhi,
>  
> Soot itself has no notion of Android components. FlowDroid added support for parsing the Android manifest file. You can use the ProcessManifest class from FlowDroid to iterate over the manifest nodes.
>  
> Keep in mind that there is no single main activity in Android since an app can have multiple tasks (usually shown by multiple icons in the launcher) and each task has its own main activity.
>  
> Best regards,
>   Steven
>  
> Von: soot-list-bounces at CS.McGill.CA [mailto:soot-list-bounces at CS.McGill.CA] Im Auftrag von Modhi Alsobiehy
> Gesendet: Samstag, 27. September 2014 07:04
> An: soot-list at sable.mcgill.ca; soot-list at CS.McGill.CA
> Betreff: [Soot-list] Android App Main Activity!
>  
> Hi Soot users,
> I need to modify the main activity of android apps, and I could not figure out how to retrieve it.
> What soot call I should use to retrieve the main activity of an app??
> I tried the following Scene calls:
> Scene.v().getEntryPoints(); Scene.v().getMainMethod(); Scene.v().getMainClass();
> 
> but each of which caused an exception!
> 
> Thank you,,
> 
> Modhi..
> 
>  
>  
> Sent from Windows Mail
>  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20141002/3a812cdd/attachment-0001.html 


More information about the Soot-list mailing list