[Soot-list] A problem about Multiple dex files

OxfordNiu niujin8899863 at gmail.com
Wed Nov 8 03:13:52 EST 2017


Hi all,

Recently, I use Flowdroid on generating call graph on an apk, I followed LOKESH 
JAIN 's previous work in Eclipse and some problems have arisen. When I run 
the program, the console gives a WARNING: 

 Multiple dex files detected, only processing 'classes.dex'. Use 
'-process-multiple-dex' option to process them all.

Then I followed that prompt and set the parameters:
                 
*                G.reset();*
* Options.v().set_src_prec(Options.src_prec_apk);*
* Options.v().set_process_dir(Collections.singletonList(apkDir));*
* Options.v().set_android_jars(platformDir);*
* Options.v().set_whole_program(true);*
* Options.v().set_allow_phantom_refs(true);*
* Options.v().set_output_format(13);*
* Options.v().set_process_multiple_dex(true);*

It didn't work!  How do I solve this problem?
Any help would be appreciated

Thanks & Regards

Jin Niu
                

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20171108/1e5aff80/attachment.html>


More information about the Soot-list mailing list