Closed lolobosse closed 8 years ago
Thanks for reporting this! It should have been fixed by 5d9a60d53b5d968a6dc4d9163b814de9a1bfe9c7. Please confirm and close the issue.
Good evening Alexandre,
I just tested and I get an other error. It seems a bit more normal but still an exception, do you have it also on your build?
Created a SourceSinkManager with 32 sources, 37 sinks, and 1 callback methods.
[main] INFO de.ecspride.Main - Initialization done. Duration: 29550 ms.
[main] INFO de.ecspride.Main - Starting taint analysis and bytecode instrumentation.
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The constructor PolicyEnforcementPoint(Map, Set, Set, AndroidEntryPointCreator) refers to the missing type SourceSinkDefinition
at de.ecspride.Main.runFlowDroid(Main.java:109)
at de.ecspride.Main.main(Main.java:84)
jarsigner: unable to open jar file: /Users/laurentmeyer/Downloads/testInstru/org.dgtale.icsimport_3.apk
(My server has the same output as my Eclipse except that I try to sign the APK after the instrumentation, that's why you have this difference for the last line).
You have probably an old version of soot-infoflow / soot-infoflow-android / ... Pull the latest versions of all the projects DroidForce relies on and try again.
Sorry, yes. It is working :tada: :clap:
Good afternoon,
As a TUM Student, I take part in the
Securing Android
Praktikum. Therefore, we're trying to instrument many APK from the FDroid repository (Open Source Android Repository) and for some unknown reason (even if the app is pretty trivial), we get this error:The Instrumented apk, can be found there
Did we miss something or is it really a bug in the
InstrumentationPEP