[Soot-list] end of a switch block

Eric Bodden eric.bodden at mail.mcgill.ca
Sun Jun 21 10:32:24 EDT 2009


Excellent idea. That may help: soot.dava.toolkits.base.finders.SwitchFinder

Eric

2009/6/20 Patrick Lam <plam at cs.mcgill.ca>:
> Eric Bodden wrote:
>>
>> Yes, I agree that in this case this seems to be the only solution. Too
>> bad that you cannot work on source code. I wonder if there is some
>> standard way at all in which Java compilers compile switch blocks into
>> bytecode. Otherwise, I guess it would just be plain impossible to
>> achieve what you are trying to achieve. Did you check whether e.g.
>> javac, eclipse and Soot produce similar bytecode/jimple for the same
>
> What about considering Dava output? I don't know what it does for switch
> blocks.
>
> pat
>



-- 
Eric Bodden
Sable Research Group, McGill University
Montréal, Québec, Canada


More information about the Soot-list mailing list