[Soot-list] SOOT goto label

Steven Arzt Steven.Arzt at cased.de
Mon Mar 30 09:40:31 EDT 2015


Hi Christian,

 

What do you need the targets for? Usually it does not matter much whether you have them beforehand or discover them on the fly.

 

Best regards,

  Steven

 

Von: soot-list-bounces at CS.McGill.CA [mailto:soot-list-bounces at CS.McGill.CA] Im Auftrag von christian.grosse at comhem.se
Gesendet: Montag, 30. März 2015 15:36
An: soot-list at CS.McGill.CA
Betreff: [Soot-list] SOOT goto label

 

Hi everyone,

 

Is there a way to get all targets (or labels) for goto stmts (JGotoStmt) in a SootMethod object? For example, if I am parsing a SootMethod object and I run into a JGotoStmt that has a target in a previous stmt, can I get this information before I start to parse all stmts in the SootMethod object? Or do I have to do a first sweep, to collect all targets and their asociated stmt’s and then start to parse the SootMethod object? A two pass solution I guess...

 

Best regards,

Christian G.

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150330/b6ea5c12/attachment.html 


More information about the Soot-list mailing list