[Soot-list] adding a specific Signature to sink

H S aras_h1988 at yahoo.com
Fri Jul 11 07:14:40 EDT 2014


Hi Steven,
just to be clear quickly, this means, it is not that easy, just to add the onClick signature, for each activity, to the file, contains the sources/sinks?




Steven Arzt <Steven.Arzt at cased.de> schrieb am 13:06 Freitag, 11.Juli 2014:
 


Hi Sarah,
 
By default, this is not possible. Since the source/sink definition in FlowDroid is however decoupled using the SourceSinkManager interface, you are free to implement your own SourceSinkManager that declares all onClick methods as sinks regardless on the class in which they are declared.
 
Best regards,
  Steven
 
Von:H S [mailto:aras_h1988 at yahoo.com] 
Gesendet: Donnerstag, 10. Juli 2014 23:13
An: Steven Arzt; Siegfried Rasthofer; soot-list at sable.mcgill.ca; soot-list at CS.McGill.CA
Betreff: adding a specific Signature to sink 
 
Hi
I have this following signature:
<com.voss.notelurl.MainActivity$2: void onClick(android.content.DialogInterface,int)>
 
I would like to add it to the list of sinks. But in a way that it can detect all onClick as an sink.
Therefor it seems that it should not contain this part com.voss.notelurl.MainActivity$2. 
What can be instead replaced to cover all the sinks on activity?
 
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20140711/d0470f31/attachment-0003.html 


More information about the Soot-list mailing list