public class main
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Run!
|
static boolean |
run(baksmaliOptions options,
org.jf.dexlib2.iface.DexFile inputDexFile)
A more programmatic-friendly entry point for baksmali
|
protected static void |
version()
Prints the version message.
|
public static boolean run(@Nonnull
baksmaliOptions options,
@Nonnull
org.jf.dexlib2.iface.DexFile inputDexFile)
throws java.io.IOException
options - a baksmaliOptions object with the options to run baksmali withinputDexFile - The DexFile to disassemblejava.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOExceptionprotected static void version()