Package com.googlecode.d2j.smali
Class Baksmali
java.lang.Object
com.googlecode.d2j.smali.Baksmali
-
Method Summary
Modifier and TypeMethodDescriptionstatic Baksmalifrom(byte[] in) static Baksmalifrom(com.googlecode.d2j.reader.DexFileReader reader) static Baksmalistatic Baksmalifrom(InputStream in) static Baksmalistatic Baksmalifrom(ByteBuffer in) static BaksmalinoDebug()-b,--no-debug-info don't write out debug info (.local, .param, .line, etc.)-p,--no-parameter-registers use the v<n> syntax instead of the p<n> syntax for registers mapped to method parametersvoidvoid-l,--use-locals output the .locals directive with the number of non-parameter registers, rather than the .register
-
Method Details
-
noDebug
-b,--no-debug-info don't write out debug info (.local, .param, .line, etc.)
-
noParameterRegisters
-p,--no-parameter-registers use the v<n> syntax instead of the p<n> syntax for registers mapped to method parameters
-
to
-
to
-
useLocals
-l,--use-locals output the .locals directive with the number of non-parameter registers, rather than the .register
-
from
-
from
-
from
-
from
- Throws:
IOException
-
from
- Throws:
IOException
-
from
- Throws:
IOException
-
from
- Throws:
IOException
-