Skip to content

Instantly share code, notes, and snippets.

@linghuiluo
Created November 21, 2018 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linghuiluo/091f14ed24948108cc0bafc6de33a0d6 to your computer and use it in GitHub Desktop.
Save linghuiluo/091f14ed24948108cc0bafc6de33a0d6 to your computer and use it in GitHub Desktop.

Back to my page

Load a specific SootClass and all its dependencies with desired resolution level into Scene

Example to load a class with resolution level soot.SootClass.SIGNATURES into Scene

 String className = \\your class name
 String resolutionLevel = soot.SootClass.SIGNATURES;
 Scene.v().forceResolve(className, soot.SootClass.SIGNATURES);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment