public abstract class Instruction extends Object
| 构造器和说明 |
|---|
Instruction() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract long |
getAddress() |
abstract byte[] |
getBytes() |
abstract int |
getId() |
abstract String |
getMnemonic() |
abstract Capstone.OpInfo |
getOperands() |
abstract String |
getOpStr() |
abstract short |
getSize() |
abstract int |
mapToCapstoneReg(int unicornReg) |
abstract int |
mapToUnicornReg(int capstoneReg) |
abstract String |
regName(int regId) |
abstract RegsAccess |
regsAccess() |
String |
toString() |
public abstract int getId()
public abstract long getAddress()
public abstract String getMnemonic()
public abstract String getOpStr()
public abstract short getSize()
public abstract Capstone.OpInfo getOperands()
public abstract String regName(int regId)
public abstract int mapToUnicornReg(int capstoneReg)
public abstract int mapToCapstoneReg(int unicornReg)
public abstract byte[] getBytes()
public abstract RegsAccess regsAccess()
Copyright © 2022. All rights reserved.