[Soot-list] CallGraph getMethodbyName() --Problem

Phil Pratt-Szeliga pcpratts at trifort.org
Sun Apr 14 11:46:16 EDT 2013


Hello Jalilos,

This should work then:
  SootClass soot_class = Scene.v().getSootClass("java.lang.reflect.Field");
  SootMethod src = soot_class.getMethodByName("setAccessible");

Let us know if you have any more questions.

Sincerely,
Phil Pratt-Szeliga
Syracuse University


More information about the Soot-list mailing list