[Soot-list] exception table question

Eric Bodden eric.bodden at ec-spride.de
Sat Oct 13 12:02:12 EDT 2012


Hello.

> I generated jar from apk and translated it to Jimple.
> It seems that jar converted from dex hits many corner cases
> that we can rarely see in a normal java bytecode.

Well, all of those converters are known to be buggy. That may actually
be the source of your problem.

> Anyway, I patched soot to draw edges to shadowed exception
> handlers only in LocalSplitter phase and can confirm that the
> error in the previous mail is gone.

I am not sure if this is a valid solution to the problem. Why are
those edges correct? Can you convince me? ;-)

Eric


More information about the Soot-list mailing list