Module custom_binary_view

Source
Expand description

An interface for providing your own BinaryViews to Binary Ninja.

Structs§

BinaryViewType
CustomView
Represents a partially initialized custom BinaryView that should be returned to the core from the create_custom_view method of a CustomBinaryViewType.
CustomViewBuilder
Represents a request from the core to instantiate a custom BinaryView

Enums§

ModificationStatus

Traits§

BinaryViewTypeBase
BinaryViewTypeExt
CustomBinaryView
CustomBinaryViewType

Functions§

register_view_type
Registers a custom BinaryViewType with the core.