[Soot-list] Load class from jar

Martin Bravenboer martin.bravenboer at gmail.com
Mon Jul 21 14:28:38 EDT 2008


Hi,

I wrote a small standalone tool that loads class files only from the
jar/zip and .class files specified at the command-line. It's a tool
for converting bytecode to Jimple. The nice thing about this is that
the tool never accidentally loads class files from a location you
don't expect: everything is explicit. If you want to write your own
Soot main program and tweak the way classes are loaded, then this
might be a useful example.

The SVN location of the package:
https://svn.strategoxt.org/repos/mbravenboer-public/soot-tools/trunk/

The Soot ClassProvider implementation:
https://svn.strategoxt.org/repos/mbravenboer-public/soot-tools/trunk/name/bravenboer/martin/soot/NoSearchingClassProvider.java

There is a small README  in the trunk that explains how to use the tool.

Hope this helps,
-- 
Martin Bravenboer
---------------------------------------------------------------------
Department of Computer and Information Science
University of Oregon


More information about the Soot-list mailing list