[Soot-list] Why the version of android.jar is changed during the processing of FlowDroid on the same app?

Jin Li lijin1988 at gmail.com
Wed Nov 5 10:09:31 EST 2014


Hi, All

I found a very strange error that the version of android.jar that needed in
the analysis is changed.

The apk use android-18 as target sdk
<uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="18" />

The corresponding output as follows.  FlowDroid use ...\android-18\android.jar
as android.jar in the previous analysis, however it use
...\android-17\android.jar'
as android.jar in the last analysis, which reslults an error.

com.example.asyncleakdemo.MainActivity
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/D:/Android/Soot/FlowDroidResult/soot-trunk.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/D:/Android/Soot/FlowDroidResult/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
[main] INFO soot.jimple.infoflow.taintWrappers.EasyTaintWrapper - Loaded
wrapper entries for 53 classes and 4 exclusions.
[main] INFO soot.jimple.infoflow.android.SetupApplication - ARSC file
parsing took 0.011459503 seconds
Using
'D:\Android\adt-bundle-windows-x86_64-20131030\sdk\platforms\android-18\android.jar'
as android.jar
Warning: java.lang.ref.Finalizer is a phantom class!
Warning: android.graphics.pdf.PdfDocument$Page is a phantom class!
Warning: android.graphics.pdf.PdfDocument$PageInfo is a phantom class!
......
......

Using
'D:\Android\adt-bundle-windows-x86_64-20131030\sdk\platforms\android-18\android.jar'
as android.jar
Warning: java.lang.ref.Finalizer is a phantom class!
Warning: android.graphics.pdf.PdfDocument$Page is a phantom class!
Warning: android.graphics.pdf.PdfDocument$PageInfo is a phantom class!
......
......
[Call Graph] For information on where the call graph may be incomplete, use
the verbose option to the cg phase.
[Spark] Pointer Assignment Graph in 0.0 seconds.
[Spark] Type masks in 0.0 seconds.
[Spark] Pointer Graph simplified in 0.0 seconds.
[Spark] Propagation in 0.0 seconds.
[Spark] Solution found in 0.0 seconds.
Running incremental callback analysis for 1 components...
Incremental callback analysis done.
Found 0 layout controls
Found 2 callback methods for 1 components
Entry point calculation done.
Created a SourceSinkManager with 92 sources, 125 sinks, and 2 callback
methods.
Running data flow analysis...
Running data flow analysis on D:\Android\TestApk\Benign\AsyncLeakDemo.apk
with 92 sources and 125 sinks...
Starting infoflow computation...
[main] INFO soot.jimple.infoflow.Infoflow - Resetting Soot...
Using
'D:\Android\adt-bundle-windows-x86_64-20131030\sdk\platforms\android-17\android.jar'
as android.jar
Warning: java.lang.ref.Finalizer is a phantom class!
[main] INFO soot.jimple.infoflow.Infoflow - Basic class loading done.
[main] ERROR soot.jimple.infoflow.Infoflow - Only phantom classes loaded,
skipping analysis...
Warning: com.example.asyncleakdemo.MainActivity is a phantom class!
[main] INFO
soot.jimple.infoflow.entryPointCreators.AndroidEntryPointCreator -
Generated main method:
    public static void dummyMainMethod()
    {
        int $i0;

        $i0 = 0;

     label1:
        if $i0 == 2 goto label1;

        return;
    }

[Call Graph] For information on where the call graph may be incomplete, use
the verbose option to the cg phase.
[Spark] Pointer Assignment Graph in 0.0 seconds.
[Spark] Type masks in 0.0 seconds.
[Spark] Pointer Graph simplified in 0.0 seconds.
[Spark] Propagation in 0.0 seconds.
[Spark] Solution found in 0.0 seconds.
[main] INFO soot.jimple.infoflow.Infoflow - Callgraph has 0 edges
[main] INFO soot.jimple.infoflow.Infoflow - Looking for sources and sinks...
[main] ERROR soot.jimple.infoflow.Infoflow - No sources or sinks found,
aborting analysis
Analysis has run for 6.351183831 seconds

Could anyone give me some instructions?


Best Regards,
Jin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20141105/f765130a/attachment.html 


More information about the Soot-list mailing list