public class DumpCommand extends DexInputCommand
dexFile, inputEntry, inputFile, inputList| Constructor and Description |
|---|
DumpCommand(java.util.List<com.beust.jcommander.JCommander> commandAncestors) |
| Modifier and Type | Method and Description |
|---|---|
static void |
dump(org.jf.dexlib2.dexbacked.DexBackedDexFile dexFile,
java.io.OutputStream output,
int apiLevel)
Writes an annotated hex dump of the given dex file to output.
|
void |
run() |
loadDexFilepublic DumpCommand(@Nonnull
java.util.List<com.beust.jcommander.JCommander> commandAncestors)
public void run()
run in class org.jf.util.jcommander.Commandpublic static void dump(@Nonnull
org.jf.dexlib2.dexbacked.DexBackedDexFile dexFile,
@Nonnull
java.io.OutputStream output,
int apiLevel)
throws java.io.IOException
dexFile - The dex file to dumpoutput - An OutputStream to write the annotated hex dump to. The caller is responsible for closing this
when needed.apiLevel - The api level to use when dumping the dex filejava.io.IOException