[Soot-list] Flowdroid exception: no method run()

Modhi Alsobiehy m99m20 at hotmail.com
Mon Feb 23 08:27:33 EST 2015


Hi Steven,

Thanks for responding!

I updated flowdroid and I’m still getting the same exception!

I get this exception mostly from apks requiring platform 9 android jar. because this jar is not available in the sdk manager I downloaded it from https://github.com/Sable/android-platforms


this is the command:

java -Xmx12g -cp soot-trunk.jar;soot-infoflow.jar;soot-infoflow-android.jar;slf4j-api-1.7.5.jar;slf4j-simple-1.7.5.jar;axml-2.0.jar soot.jimple.infoflow.android.TestApps.Test "D:\APKs\apkName.apk" D:\Android\android-sdk\platforms --nostatic --aplength 1 --aliasflowins --nocallbacks --layoutmode none --nopaths






Sent from Windows Mail





From: Steven Arzt
Sent: ‎Monday‎, ‎February‎ ‎23‎, ‎2015 ‎5‎:‎57‎ ‎AM
To: Modhi Alsobeihy, soot-list at CS.McGill.CA






Hi Modhi,

 

Though I was unable to reproduce the problem with the given APK, I committed a stability fix which makes FlowDroid continue even if the reference to Runnable.run() cannot be resolved. Please try again.

 

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, 21. Februar 2015 16:10
An: soot-list at CS.McGill.CA
Betreff: [Soot-list] Flowdroid exception: no method run()

 



Hi all,


 


I am using flowdroid from the command line and I’ve been getting this exception lately with multiple apks - I attached one-


your quick response is highly recommended!


 


thank you!


-modhi


 


exception:


Exception in thread "main" java.lang.RuntimeException: No method void run() in class java.lang.Runnable
        at soot.SootClass.getMethod(SootClass.java:339)
        at soot.SootClass.getMethod(SootClass.java:373)
        at soot.jimple.infoflow.Infoflow.patchHandlerPostBody(Infoflow.java:472)


 


        at soot.jimple.infoflow.Infoflow.patchHandlerImplementation(Infoflow.jav
a:433)
        at soot.jimple.infoflow.Infoflow.runAnalysis(Infoflow.java:531)
        at soot.jimple.infoflow.Infoflow.computeInfoflow(Infoflow.java:303)
        at soot.jimple.infoflow.android.SetupApplication.runInfoflow(Unknown Source)
        at soot.jimple.infoflow.android.TestApps.Test.runAnalysis(Unknown Source)
        at soot.jimple.infoflow.android.TestApps.Test.main(Unknown Source)



 


Sent from Windows Mail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150223/93ef9884/attachment-0001.html 


More information about the Soot-list mailing list