Expand description
An interface for providing your own BinaryViews to Binary Ninja.
Structs§
- Represents a partially initialized custom
BinaryViewthat should be returned to the core from thecreate_custom_viewmethod of aCustomBinaryViewType. - Represents a request from the core to instantiate a custom BinaryView
Enums§
Traits§
Functions§
- Registers a custom
BinaryViewTypewith the core.