Package org.jf.baksmali
Class DisassembleCommand
java.lang.Object
org.jf.util.jcommander.Command
org.jf.baksmali.DexInputCommand
org.jf.baksmali.DisassembleCommand
- Direct Known Subclasses:
DeodexCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprotected AnalysisArgumentsprivate booleanprivate booleanprivate booleanprivate booleanprivate intprivate booleanprivate booleanprivate Stringprivate booleanprivate booleanFields inherited from class org.jf.baksmali.DexInputCommand
apiLevel, dexEntry, dexFile, inputEntry, inputFile, inputListFields inherited from class org.jf.util.jcommander.Command
commandAncestors -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BaksmaliOptionsprotected booleanvoidrun()protected booleanprotected booleanMethods inherited from class org.jf.baksmali.DexInputCommand
loadDexFileMethods inherited from class org.jf.util.jcommander.Command
getCommandHierarchy, getJCommander, setupCommand, usage
-
Field Details
-
help
private boolean help -
analysisArguments
-
debugInfo
private boolean debugInfo -
codeOffsets
private boolean codeOffsets -
resourceIdFiles
-
jobs
private int jobs -
localsDirective
private boolean localsDirective -
accessorComments
private boolean accessorComments -
normalizeVirtualMethods
private boolean normalizeVirtualMethods -
outputDir
-
parameterRegisters
private boolean parameterRegisters -
registerInfoTypes
-
sequentialLabels
private boolean sequentialLabels -
implicitReferences
private boolean implicitReferences -
allowOdex
private boolean allowOdex -
classes
-
-
Constructor Details
-
DisassembleCommand
-
-
Method Details