Package org.jf.baksmali
Class DumpCommand
java.lang.Object
org.jf.util.jcommander.Command
org.jf.baksmali.DexInputCommand
org.jf.baksmali.DumpCommand
-
Field Summary
FieldsFields 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 TypeMethodDescriptionstatic voiddump(DexBackedDexFile dexFile, OutputStream output) Writes an annotated hex dump of the given dex file to output.voidrun()Methods 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
-
-
Constructor Details
-
DumpCommand
-
-
Method Details
-
run
public void run() -
dump
public static void dump(@Nonnull DexBackedDexFile dexFile, @Nonnull OutputStream output) throws IOException Writes an annotated hex dump of the given dex file to output.- Parameters:
dexFile- The dex file to dumpoutput- An OutputStream to write the annotated hex dump to. The caller is responsible for closing this when needed.- Throws:
IOException
-