[Soot-list] Static Analysis

Ben Holland benjholla at gmail.com
Sat Dec 1 15:40:00 EST 2018


Not exactly your question, but I think you may also be interested in the
Android permission mappings. I’ve done this for some Android API level 18
and earlier applications with Jimple successfully.

https://stackoverflow.com/a/24019120/475329

On Sat, Dec 1, 2018 at 12:39 PM Jan Peter Stotz <
jan-peter.stotz at sit.fraunhofer.de> wrote:

> Hi Gregor.
> transformers are one option. However soot is an open framework - once
> you have an app loaded you can directly access all the loaded classes
> and the jimplified code via the "Scene" soot.Scene.v()
>
> There is e.g. the possibility to iterate through all classes of the
> loaded app: getApplicationClasses().
>
>
> https://www.sable.mcgill.ca/soot/doc/soot/Scene.html#getApplicationClasses()
>
> Jan
> _______________________________________________
> 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: <https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20181201/c935d346/attachment.html>


More information about the Soot-list mailing list