public class KeystoneEncoded extends Object
| 构造器和说明 |
|---|
KeystoneEncoded(byte[] machineCode,
int address,
int numberOfStatements)
Creates a new instance of the class
KeystoneEncoded. |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAddress()
Gets the address of the first assembly instruction.
|
byte[] |
getMachineCode()
Gets the machine code generated by Keystone.
|
int |
getNumberOfStatements()
Gets the number of statements successfully processed.
|
public KeystoneEncoded(byte[] machineCode,
int address,
int numberOfStatements)
KeystoneEncoded.machineCode - The machine code generated by Keystone.address - The address of the first assembly instruction.numberOfStatements - The number of statements successfully processed.Copyright © 2022. All rights reserved.