addedmethod:
getValueClass
java.lang.Class<?> getValueClass(ghidra.docking.settings.Settings settings)
modifiedmethod:
getFloatDataType
param 1 renamed: size → rawFormatByteSize
- static ghidra.program.model.data.DataType getFloatDataType(int size, ghidra.program.model.data.DataTypeManager dtm)
+ static ghidra.program.model.data.DataType getFloatDataType(int rawFormatByteSize, ghidra.program.model.data.DataTypeManager dtm)
modifiedmethod:
getValue
return type: Object → BigFloat
- java.lang.Object getValue(ghidra.program.model.mem.MemBuffer buf, ghidra.docking.settings.Settings settings, int length)
+ ghidra.pcode.floatformat.BigFloat getValue(ghidra.program.model.mem.MemBuffer buf, ghidra.docking.settings.Settings settings, int length)
addedmethod:
encodeRepresentation
byte[] encodeRepresentation(java.lang.String repr, ghidra.program.model.mem.MemBuffer buf, ghidra.docking.settings.Settings settings, int length) throws DataTypeEncodeException
addedmethod:
encodeValue
byte[] encodeValue(java.lang.Object value, ghidra.program.model.mem.MemBuffer buf, ghidra.docking.settings.Settings settings, int length) throws DataTypeEncodeException