MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / disable

Method disable

rust/src/repository/plugin.rs:163–165  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

161 }
162
163 pub fn disable(&self) -> bool {
164 unsafe { BNPluginDisable(self.handle.as_ptr()) }
165 }
166
167 /// Attempt to install the given plugin
168 pub fn install(&self) -> bool {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected