[Soot-list] DAVA question

David A Weiser DWEISER at uwyo.edu
Fri Feb 2 18:22:51 EST 2007


How do I create my own phase that I can run when I run DAVA?

For example, when doing Jimple transformations I can use:
--------------------
import soot.*;

public class MainDriver {

	public static void main(String[] args) {
	Pack jtp = PackManager.v().getPack("jtp");
	jtp.add(new Transform("jtp.instrumenter", new ConcurrentOps()));

	soot.Main.main(args);

	}

}
---------------------

Is there some similar method for DAVA?

dave


More information about the Soot-list mailing list