Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 656 Bytes

File metadata and controls

25 lines (13 loc) · 656 Bytes

CreateBitfieldDataType

Properties

Name Type Description Notes
kind KindEnum
name String Type name. Unique within the analysis for a given namespace and kind.
namespace String The scope qualifying the type name. Omit for a type of the binary's own. [optional]
size Long Size in bytes. Omit when it is not known. [optional]

Enum: KindEnum

Name Value
BITFIELD "BITFIELD"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"