Decoder
Package:
ghidra.program.model.pcode
Type:
class
11.1_PUBLIC
added
method
:
readOpcode
int readOpcode(
) throws DecoderException
added
method
:
readOpcode
int readOpcode(
ghidra.
program.
model.
pcode.
AttributeId attribId) throws DecoderException
added
method
:
setAddressFactory
void setAddressFactory(
ghidra.
program.
model.
address.
AddressFactory addrFactory)
10.3_PUBLIC
added
method
:
getIndexedAttributeId
int getIndexedAttributeId(
ghidra.
program.
model.
pcode.
AttributeId attribId) throws DecoderException
10.2.3_PUBLIC
added
method
:
readSignedIntegerExpectString
long readSignedIntegerExpectString(
java.
lang.
String expect,
long expectval) throws DecoderException
added
method
:
readSignedIntegerExpectString
long readSignedIntegerExpectString(
ghidra.
program.
model.
pcode.
AttributeId attribId,
java.
lang.
String expect,
long expectval) throws DecoderException
10.2_PUBLIC
introduced
Initial version