binaryninja::repository

Type Alias PluginType

source
pub type PluginType = BNPluginType;

Aliased Type§

enum PluginType {
    CorePluginType = 0,
    UiPluginType = 1,
    ArchitecturePluginType = 2,
    BinaryViewPluginType = 3,
    HelperPluginType = 4,
    SyncPluginType = 5,
}

Variants§

§

CorePluginType = 0

§

UiPluginType = 1

§

ArchitecturePluginType = 2

§

BinaryViewPluginType = 3

§

HelperPluginType = 4

§

SyncPluginType = 5

Trait Implementations§