[Soot-list] Transforming java library classes

Khilan Gudka khilan.gudka at imperial.ac.uk
Mon Feb 25 10:04:56 EST 2008


Dear All,

I would like to be able to modify the java sdk library classes by
adding methods to them. At present, I pass the java library class to
be modified as one of the application classes. Soot generates the
class files for these classes but they don't include the methods that
I added to them using SootClass.addMethod.

Is this the right way to go about modifying java sdk classes?

Thanks,
Khilan


More information about the Soot-list mailing list