FlowDroid
FlowDroid copied to clipboard
Sources and sinks for intra app analysis
trafficstars
Hi, I want to do an intra-app analysis but in soot-infoflow-android/SourcesAndSinks.txt there are more than 400 sources and sinks defined. My query is which one's I can use for intra-app? or is there any method from which I can do that. Thanks.
FlowDroid always performs intra-app analysis unless you combine it with tools such as APKCombiner. This has nothing to do with the selection of sources and sinks. The sources and sinks define what you want to track.
Thank you for your quick response.