[Soot-list] finding 'void onClick s' in dummyMainMethod

Steven Arzt Steven.Arzt at cased.de
Tue Jul 15 08:44:07 EDT 2014


You never need to parse Jimple files on your own. Please *do read the Soot
manuals*.

 

The EntryPointCreator class has a getter that gives you the callback methods
and it is well-documented using JavaDoc.

 

Von: H S [mailto:aras_h1988 at yahoo.com] 
Gesendet: Dienstag, 15. Juli 2014 14:41
An: Steven Arzt; soot-list at sable.mcgill.ca; soot-list at CS.McGill.CA
Betreff: AW: finding 'void onClick s' in dummyMainMethod

 


Gesendet über Yahoo Mail für Android

 

  _____  

From: H S <aras_h1988 at yahoo.com>; 
To: Steven Arzt <steven.arzt at cased.de>; soot-list at sable.mcgill.ca
<soot-list at sable.mcgill.ca>; Siegfried Rasthofer
<siegfried.rasthofer at cased.de>; soot-list at CS.McGill.CA
<soot-list at cs.mcgill.ca>; 
Subject: finding 'void onClick s' in dummyMainMethod 
Sent: Mon, Jul 14, 2014 11:50:49 PM 

 


Hi:

In my implementation the dummyMainClass.jimple is generated, which contains
the dummyMainMethod.

I would have the list of void onClick methods with the arguments of
listeners on dialogInterface.

 

One can observe the void onClick methods in this main method. However I did
not know the reason.

 

 

Is it the correct way: just reading the lines of this above file which has
the dummyMainMethod to  collect the void onClicks, (simply using java for
reading lines), or do we have some specific soot API method concerning this.


 

Thanks for your prompt answer,

Sarah

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20140715/bc797719/attachment-0003.html 


More information about the Soot-list mailing list