FlowDroid
FlowDroid copied to clipboard
Add network callbacks during generating callgraph
Hello!
I am troubled by the callbacks when generating the callgraph. The situation is like this, I find the callgraph is imcompleted due to missing some callbacks such as network request callback functions (for example, okhttp.Callback). If I want to add these edges in my work, then I need to directly add these classes in the AndroidCallback.txt file, am I right?
I tried, but it doesn't work ><
Could you give me some tips r guidence? Thanks a lot!!!