[Soot-list] adding a specific Signature to sink

Steven Arzt Steven.Arzt at cased.de
Fri Jul 11 07:18:51 EDT 2014


No, it's easy ;) You just have to write some code for it, you won't get it
for free. Look into SourceSinkManager, we have reference implementation and
it is well documented.

 

Von: soot-list-bounces at CS.McGill.CA [mailto:soot-list-bounces at CS.McGill.CA]
Im Auftrag von H S
Gesendet: Freitag, 11. Juli 2014 13:15
An: Steven Arzt; 'Siegfried Rasthofer'; soot-list at sable.mcgill.ca;
'soot-list at CS.McGill.CA'
Betreff: Re: [Soot-list] adding a specific Signature to sink

 

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/723e7562/attachment.html 


More information about the Soot-list mailing list