public interface Disassembler extends Closeable
| 限定符和类型 | 方法和说明 |
|---|---|
Instruction[] |
disasm(byte[] code,
long address) |
Instruction[] |
disasm(byte[] code,
long address,
long count) |
void |
setDetail(boolean on) |
Instruction[] disasm(byte[] code, long address)
Instruction[] disasm(byte[] code, long address, long count)
void setDetail(boolean on)
Copyright © 2022. All rights reserved.