[Soot-list] Issue when loading classes

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Mon Nov 23 05:23:00 EST 2009


> How do I modify the code in order to enable soot to continue loading a class
> even if it doesn’t find some of it references?
>
> Can I create a dummy soot class so it can continue with the load? How?

You can try -use-phantom-refs but often that does not work because not
all analyses can cope with such references. The best way to cope with
the problem is to find the missing code and provide it to Soot.

Eric


More information about the Soot-list mailing list