| 程序包 | 说明 |
|---|---|
| capstone | |
| capstone.api | |
| capstone.jni |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Capstone.CsInsn |
| 限定符和类型 | 方法和说明 |
|---|---|
Instruction[] |
Capstone.disasm(byte[] code,
long address)
Disassemble instructions from @code assumed to be located at @address,
stop when encountering first broken instruction.
|
Instruction[] |
Capstone.disasm(byte[] code,
long address,
long count)
Disassemble up to @count instructions from @code assumed to be located at @address,
stop when encountering first broken instruction.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Instruction[] |
Disassembler.disasm(byte[] code,
long address) |
Instruction[] |
Disassembler.disasm(byte[] code,
long address,
long count) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FastInstruction |
| 限定符和类型 | 方法和说明 |
|---|---|
Instruction[] |
FastDisassembler.disasm(byte[] code,
long address) |
Instruction[] |
FastDisassembler.disasm(byte[] code,
long address,
long count) |
Copyright © 2022. All rights reserved.