pub type PluginType = BNPluginType;
Aliased Type§
enum PluginType {
CorePluginType = 0,
UiPluginType = 1,
ArchitecturePluginType = 2,
BinaryViewPluginType = 3,
HelperPluginType = 4,
SyncPluginType = 5,
}
pub type PluginType = BNPluginType;
enum PluginType {
CorePluginType = 0,
UiPluginType = 1,
ArchitecturePluginType = 2,
BinaryViewPluginType = 3,
HelperPluginType = 4,
SyncPluginType = 5,
}