Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ action
Method
action
rust/src/command.rs:57–59 ·
view source on GitHub ↗
(&self, view: &BinaryView)
Source
from the content-addressed store, hash-verified
55
T: 'static + Sync + Fn(&BinaryView),
56
{
57
fn action(&self, view: &BinaryView) {
58
self(view);
59
}
60
61
fn valid(&self, _view: &BinaryView) -> bool {
62
true
Callers
15
WorkerActionCallback
Function · 0.45
ExecuteAction
Function · 0.45
ExecuteActionLocal
Function · 0.45
DefaultPluginCommandActionCallback
Method · 0.45
AddressPluginCommandActionCallback
Method · 0.45
RangePluginCommandActionCallback
Method · 0.45
FunctionPluginCommandActionCallback
Method · 0.45
LowLevelILFunctionPluginCommandActionCallback
Method · 0.45
LowLevelILInstructionPluginCommandActionCallback
Method · 0.45
MediumLevelILFunctionPluginCommandActionCallback
Method · 0.45
MediumLevelILInstructionPluginCommandActionCallback
Method · 0.45
HighLevelILFunctionPluginCommandActionCallback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected