public class FastInstruction extends Instruction
| 构造器和说明 |
|---|
FastInstruction(FastDisassembler disassembler,
int id,
long address,
String mnemonic,
String opStr,
byte[] bytes,
capstone.jni.InsnDeallocator deallocator,
long insn) |
FastInstruction(FastDisassembler disassembler,
long address,
String mnemonic,
String opStr,
byte[] bytes,
capstone.jni.InsnDeallocator deallocator,
long insn) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getAddress() |
byte[] |
getBytes() |
int |
getId() |
String |
getMnemonic() |
Capstone.OpInfo |
getOperands() |
String |
getOpStr() |
short |
getSize() |
int |
mapToCapstoneReg(int unicornReg) |
int |
mapToUnicornReg(int capstoneReg) |
String |
regName(int regId) |
RegsAccess |
regsAccess() |
toStringpublic FastInstruction(FastDisassembler disassembler, long address, String mnemonic, String opStr, byte[] bytes, capstone.jni.InsnDeallocator deallocator, long insn)
public FastInstruction(FastDisassembler disassembler, int id, long address, String mnemonic, String opStr, byte[] bytes, capstone.jni.InsnDeallocator deallocator, long insn)
public int getId()
getId 在类中 Instructionpublic long getAddress()
getAddress 在类中 Instructionpublic String getMnemonic()
getMnemonic 在类中 Instructionpublic String getOpStr()
getOpStr 在类中 Instructionpublic short getSize()
getSize 在类中 Instructionpublic Capstone.OpInfo getOperands()
getOperands 在类中 Instructionpublic byte[] getBytes()
getBytes 在类中 Instructionpublic RegsAccess regsAccess()
regsAccess 在类中 Instructionpublic String regName(int regId)
regName 在类中 Instructionpublic int mapToUnicornReg(int capstoneReg)
mapToUnicornReg 在类中 Instructionpublic int mapToCapstoneReg(int unicornReg)
mapToCapstoneReg 在类中 InstructionCopyright © 2022. All rights reserved.