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

Method HighLevelILFunctionPluginCommandActionCallback

plugin.cpp:146–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145
146void PluginCommand::HighLevelILFunctionPluginCommandActionCallback(
147 void* ctxt, BNBinaryView* view, BNHighLevelILFunction* func)
148{
149 RegisteredHighLevelILFunctionCommand* cmd = (RegisteredHighLevelILFunctionCommand*)ctxt;
150 Ref<BinaryView> viewObject = new BinaryView(BNNewViewReference(view));
151 Ref<HighLevelILFunction> funcObject = new HighLevelILFunction(BNNewHighLevelILFunctionReference(func));
152 cmd->action(viewObject, funcObject);
153}
154
155
156void PluginCommand::HighLevelILInstructionPluginCommandActionCallback(

Callers

nothing calls this directly

Calls 1

actionMethod · 0.45

Tested by

no test coverage detected