public final class Baksmali
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Baksmali |
from(byte[] in) |
static Baksmali |
from(java.nio.ByteBuffer in) |
static Baksmali |
from(com.googlecode.d2j.reader.DexFileReader reader) |
static Baksmali |
from(java.io.File in) |
static Baksmali |
from(java.io.InputStream in) |
static Baksmali |
from(java.nio.file.Path in) |
static Baksmali |
from(java.lang.String in) |
Baksmali |
noDebug()
-b,--no-debug-info don't write out debug info (.local, .param, .line, etc.)
|
Baksmali |
noParameterRegisters()
-p,--no-parameter-registers use the v<n> syntax instead of the p<n> syntax for registers
mapped to method parameters
|
void |
to(java.io.File dir) |
void |
to(java.nio.file.Path base) |
Baksmali |
useLocals()
-l,--use-locals output the .locals directive with the number of non-parameter registers,
rather than the .register
|
public Baksmali noDebug()
-b,--no-debug-info don't write out debug info (.local, .param, .line, etc.)
public Baksmali noParameterRegisters()
-p,--no-parameter-registers use the v<n> syntax instead of the p<n> syntax for registers mapped to method parameters
public void to(java.io.File dir)
public void to(java.nio.file.Path base)
public Baksmali useLocals()
-l,--use-locals output the .locals directive with the number of non-parameter registers, rather than the .register
public static Baksmali from(byte[] in)
public static Baksmali from(java.nio.ByteBuffer in)
public static Baksmali from(com.googlecode.d2j.reader.DexFileReader reader)
public static Baksmali from(java.io.File in) throws java.io.IOException
java.io.IOExceptionpublic static Baksmali from(java.nio.file.Path in) throws java.io.IOException
java.io.IOExceptionpublic static Baksmali from(java.io.InputStream in) throws java.io.IOException
java.io.IOExceptionpublic static Baksmali from(java.lang.String in) throws java.io.IOException
java.io.IOException