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