[Soot-list] adding a specific Signature to sink

Steven Arzt Steven.Arzt at cased.de
Fri Jul 11 07:06:01 EDT 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/fa25f225/attachment-0002.html 


More information about the Soot-list mailing list