[Soot-list] Correct insert of JIfStmt

Steven Arzt Steven.Arzt at cased.de
Thu Nov 20 07:08:45 EST 2014


Hi Julien,

Why do you want to insert copies of statements? In general, you cannot have
the same box in more than one statement, so direct duplicates won't work.

Best regards,
  Steven

-----Ursprüngliche Nachricht-----
Von: soot-list-bounces at CS.McGill.CA [mailto:soot-list-bounces at CS.McGill.CA]
Im Auftrag von Julien Klaus
Gesendet: Mittwoch, 19. November 2014 18:12
An: soot-list at CS.McGill.CA
Betreff: [Soot-list] Correct insert of JIfStmt

Hello everybody,

I have programmed an anlysis in soot and now I want to use the results to
transform the program.
For this I must insert copies of units. The problem occurs when I try to
insert a copy of an ifstmt.
After the insert the chain is not longer correct. Is there a simple way (or
best practice) to insert such an unit or is there a graph available in which
i can set the pointers to the units manual?

Thank you for your help.

Best regards julien
_______________________________________________
Soot-list mailing list
Soot-list at CS.McGill.CA
https://mailman.CS.McGill.CA/mailman/listinfo/soot-list



More information about the Soot-list mailing list