You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need a precise path between source and sink without any elimination, therefore according to my search I think this is the precise configuration ( If I miss something, I would so thankful for mentioning it)
I change the default source and sink in sourceAndSink.txt, therefore FlowDroid found some result in my test cases.
Q1) when I look at some flow, I cannot trace the source to sink, according to the provided path by FlowDroid. For example =>
So in this path, I cannot find any relation between 2 and 3.
Did I miss something?
Q2) For resolving the problem I searched during the issues and find "TaintWrapper" which I did not used in my code, So it could be cause of some problem?
If yes, my previous results are not reliable without "TaintWrapper" ?
Q3) If I should use "TaintWrapper", should I add new method signature to it? because I started to define new sinks from thirdParty library and just add them to new sink file.
Thank you for your time and consideration.
The text was updated successfully, but these errors were encountered:
I use the following configuration, using FlowDroid as library =>
I need a precise path between source and sink without any elimination, therefore according to my search I think this is the precise configuration ( If I miss something, I would so thankful for mentioning it)
I change the default source and sink in sourceAndSink.txt, therefore FlowDroid found some result in my test cases.
Q1) when I look at some flow, I cannot trace the source to sink, according to the provided path by FlowDroid. For example =>
<com.lionmobi.netmaster.activity.SaveResultActivity: void changeFirewallAdEnable()> --> $r2 = virtualinvoke $r1.<android.widget.LinearLayout: android.view.View findViewById(int)>(2131427749)
<com.lionmobi.netmaster.activity.SaveResultActivity: void changeFirewallAdEnable()> --> if $r2 == null goto return
<android.os.Handler: boolean postDelayed(java.lang.Runnable,long)> --> this := @this: android.os.Handler
<com.baidu.location.a.i$b: void run()> --> r0 := @this: com.baidu.location.a.i$b
<com.baidu.location.a.i: void a(com.baidu.location.a.i,android.os.Message)> --> $r0 := @parameter0: com.baidu.location.a.i
<com.baidu.location.a.i: void g(android.os.Message)> --> r0 := @this: com.baidu.location.a.i
<com.baidu.location.a.a: com.baidu.location.a.a a()> --> $r0 = <com.baidu.location.a.a: com.baidu.location.a.a c>
So in this path, I cannot find any relation between 2 and 3.
Did I miss something?
Q2) For resolving the problem I searched during the issues and find "TaintWrapper" which I did not used in my code, So it could be cause of some problem?
If yes, my previous results are not reliable without "TaintWrapper" ?
Q3) If I should use "TaintWrapper", should I add new method signature to it? because I started to define new sinks from thirdParty library and just add them to new sink file.
Thank you for your time and consideration.
The text was updated successfully, but these errors were encountered: