Skip to content

Latest commit

History

History
28 lines (16 loc) · 995 Bytes

File metadata and controls

28 lines (16 loc) · 995 Bytes

UpdateDataTypeEntry

A replacement for the data type named by data_type_id. kind selects the variant and so which definition the type must carry; changing it is allowed.

Properties

NameTypeDescriptionNotes
dataTypeIdLongThe type to replace, as returned by the data types list for this analysis.
definitionFunctionTypeDefinition
kindKindEnum
nameStringType name. Unique within the analysis for a given namespace and kind.
namespaceStringThe scope qualifying the type name. Omit for a type of the binary's own.[optional]
sizeLongSize in bytes. Omit when it is not known.[optional]

Enum: KindEnum

NameValue
UNKNOWN"UNKNOWN"
UNKNOWN_DEFAULT_OPEN_API"unknown_default_open_api"