sireum / archived-v2-amandroid

34 stars 16 forks source link

Editing the Sinks And Sources file #42

Closed mojtaba-esk closed 8 years ago

mojtaba-esk commented 9 years ago

Hi,

I am trying to track data flow from any input to the web servers (URL). I could not find any manual or example to do it. I leave these rules in the file:

Ljava/net/URLConnection;.setRequestProperty:(Ljava/lang/String;Ljava/lang/String;)V -> SINK Ljava/net/Socket;.connect:(Ljava/net/SocketAddress;)V -> SINK Ljava/net/URL;.openConnection:()Ljava/net/URLConnection; -> SINK Landroid/app/Activity;.setResult:(ILandroid/content/Intent;)V -> SINK Ljava/net/URLConnection;.getOutputStream:()Ljava/io/OutputStream; -> SINK

But I am not sure if that's all what required or there are other rules I need to add. Would you please kindly help me out? Thank you in advance

fgwei commented 8 years ago

Sorry for the very late reply. I don't know why I didn't notice your question :p Yes, I think what you are doing correct.

mojtaba-esk commented 8 years ago

No problem :) Thanks a lot for the reply.

On Wed, 3 Feb 2016 at 23:55 Fengguo Wei notifications@github.com wrote:

Sorry for the very late reply. I don't know why I didn't notice your question :p Yes, I think what you are doing correct.

— Reply to this email directly or view it on GitHub https://github.com/sireum/amandroid/issues/42#issuecomment-179516901.

Kind regards, Mojtaba