[Soot-list] Unable to parse nested class in Android

Bodden, Eric eric.bodden at sit.fraunhofer.de
Fri Apr 10 01:46:37 EDT 2015


Hi.

> Is there a better way to only parse classes written by the user ?

You should always “parse” all classes that are referenced by the code you want to analyze. This is necessary to get the type resolution right, for instance. But then when you _process_ the corresponding Jimple you can simply ignore everything that is not an “application class”. Soot automatically flags library classes as such. See the top of the document here:
https://ssebuild.cased.de/nightly/soot/doc/soot_options.htm

Cheers,
Eric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
Url : https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150410/0508d63e/attachment-0001.bin 


More information about the Soot-list mailing list