binaryninja::custom_binary_view - Rust

Module custom_binary_view

Source

Expand description

An interface for providing your own BinaryViews to Binary Ninja.

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
ModificationStatus
BinaryViewTypeBase
BinaryViewTypeExt
CustomBinaryView
CustomBinaryViewType
register_view_type
Registers a custom BinaryViewType with the core.