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

Method action

plugins/warp/src/plugin.rs:67–71  ·  view source on GitHub ↗
(&self, _view: &BinaryView, func: &Function)

Source from the content-addressed store, hash-verified

65
66impl FunctionCommand for DebugFunction {
67 fn action(&self, _view: &BinaryView, func: &Function) {
68 if let Ok(llil) = func.low_level_il() {
69 log::info!("{:#?}", build_function(func, &llil));
70 }
71 }
72
73 fn valid(&self, _view: &BinaryView, _func: &Function) -> bool {
74 true

Callers

nothing calls this directly

Calls 8

build_functionFunction · 0.85
default_platformMethod · 0.80
low_level_ilMethod · 0.45
platformMethod · 0.45
getMethod · 0.45
valueMethod · 0.45
destruct_viewMethod · 0.45

Tested by

no test coverage detected