public final class Disassembler extends Object
Modifier and Type | Method and Description |
---|---|
static void |
disassembleToStdout(byte[] contents)
Loads a "
de.unkrig.jdisasm.Disassembler " through reflection (to avoid a compile-time dependency) and
uses it to disassemble the given bytes to System.out . |
public static void disassembleToStdout(byte[] contents)
de.unkrig.jdisasm.Disassembler
" through reflection (to avoid a compile-time dependency) and
uses it to disassemble the given bytes to System.out
.
Prints an error message to System.err
if that class cannot be loaded through the classpath.
System variable disasm.verbose
controls whether the disassembler operates in "verbose" mode. The
default is false
.
Copyright © 2022. All rights reserved.