[Soot-list] Dynamic Code Loading

Mansour Ahmadi mansourweb at gmail.com
Thu Jun 9 08:44:13 EDT 2016


Thanks, Steven!

I can understand the worst cases of dynamic code loading techniques. I was
just wondering to know if Soot can handle the easiest one, like if an apk
loads another apk from its assets (as a common way).
I will investigate the literature.

Thanks again.

Best,
Mansour


On Thu, Jun 9, 2016 at 8:49 AM, Steven Arzt <Steven.Arzt at cased.de> wrote:

> Hi Mansour,
>
>
> Dynamic code loading is a reserach issue on its own. The code can be
> loaded from the Internet, or can be decrypted at runtime before being
> loaded. There is no simple static solution to handling such cases. You can
> look into the literature on what people have already done (our Harvester
> work is also able to deal with most types of dynamic code loading) or
> implement your own technique.
>
>
>
> Best regards,
>
>   Steven
>
>
>
> *Von:* soot-list-bounces at CS.McGill.CA [mailto:
> soot-list-bounces at CS.McGill.CA] *Im Auftrag von *Mansour Ahmadi
> *Gesendet:* Mittwoch, 8. Juni 2016 19:13
> *An:* soot-list at cs.mcgill.ca
> *Betreff:* [Soot-list] Dynamic Code Loading
>
>
>
> Hi all,
>
>
>
> I want to combine the call graph of an Android app with any code
> (either Apk or jar) embedded in the application that is loaded dynamically.
> Is there any option in soot that can handle dynamically loaded code
> automatically or I need to do it myself ?
>
>
>
> Thanks,
>
> Mansour
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20160609/40aee05c/attachment.html 


More information about the Soot-list mailing list