[Soot-list] Correct insert of JIfStmt

Marc-André Laverdière marc-andre.laverdiere-papineau at polymtl.ca
Wed Nov 19 13:26:30 EST 2014


Hallo Julien,

I don't think that using copies of units is a good idea. IIRC, under the
hood, the Chain is implemented using a hash, so hash code collisions are
going to be a problem.

Marc-André Laverdière-Papineau
Doctorant - PhD Candidate

On 11/19/2014 12:12 PM, Julien Klaus wrote:
> 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