russwestbrick
russwestbrick
Thank You Arzt. I also feel that the simple FlowDroid settings have the best outcomes.
Thank you for replies! `getDeviceID()` is an API from android system, so it won't be a caller to call any other methods in the call graph. That's my understanding for...
I find some explainations about factory method: > The Factory Method pattern suggests that you replace direct object construction calls (using the new operator) with calls to a special factory...
Thank You Arzt! I have another question about the word `in`. The call graph's format is like this: `method_a in method_b ==> method_c`. I find a lot of malware detection...
So `method_a in method_b ==> method_c` could be parsed like `sink statement method_a locates in method_b` `method_b calls method_c`. I can't find `TelephonyManager.getDeviceID()` anywhere in the call graph's txt file...
Thank You Arzt! I gave up the thought of adding a special leak edge to the call graph. Maybe I will treat the result of taint analysis as additional features...