Skip to content

Type Fragment missing a static constructor #8236

@plafosse

Description

@plafosse

Version and Platform (required):

  • Binary Ninja Version: dev

All other type objects have a staticmethod for constructing their types. TypeFragments is missing one.

	@staticmethod
	def structure(
	    members: Optional[MembersType] = None, packed: _bool = False,
	    type: StructureVariant = StructureVariant.StructStructureType
	) -> 'StructureType':
		return StructureType.create(members, packed, type)

Metadata

Metadata

Assignees

Labels

No fields configured for Enhancement.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions