Class SootHelper

java.lang.Object
de.foellix.aql.helper.SootHelper

public class SootHelper extends Object
  • Field Details

    • ANDROID_JAR_FORCED_FILE

      public static final File ANDROID_JAR_FORCED_FILE
  • Constructor Details

    • SootHelper

      public SootHelper()
  • Method Details

    • isNoConfig

      public static boolean isNoConfig()
    • setNoConfig

      public static void setNoConfig(boolean noConfig)
    • getExcludes

      public static String[] getExcludes()
    • setExcludes

      public static void setExcludes(String[] excludes)
    • resetExcludes

      public static void resetExcludes()
    • getScene

      public static soot.Scene getScene(File apkFile)
    • getScene

      public static soot.Scene getScene(File apkFile, File androidPlatforms)