MCPcopy Create free account
hub / github.com/Belluxx/Java2Smali / runDx

Method runDx

src/com/belluxx/java2smali/util/ToolsManager.java:10–12  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

8
9public class ToolsManager {
10 public static void runDx(String[] args) {
11 com.android.dx.command.Main.main(args);
12 }
13
14 public static void runBaksmali(String dexFilePath) {
15 org.jf.baksmali.Main.main(new String[]{"d", dexFilePath, "-o", new File(dexFilePath).getAbsoluteFile().getParentFile().getAbsolutePath() + Main.SEPARATOR + OUT_SMALI_FOLDER});

Callers 2

dexClassFileMethod · 0.95
dexClassFolderMethod · 0.95

Calls 1

mainMethod · 0.80

Tested by

no test coverage detected