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

Method LowLevelILFunctionPluginCommandActionCallback

plugin.cpp:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104void PluginCommand::LowLevelILFunctionPluginCommandActionCallback(
105 void* ctxt, BNBinaryView* view, BNLowLevelILFunction* func)
106{
107 RegisteredLowLevelILFunctionCommand* cmd = (RegisteredLowLevelILFunctionCommand*)ctxt;
108 Ref<BinaryView> viewObject = new BinaryView(BNNewViewReference(view));
109 Ref<LowLevelILFunction> funcObject = new LowLevelILFunction(BNNewLowLevelILFunctionReference(func));
110 cmd->action(viewObject, funcObject);
111}
112
113
114void PluginCommand::LowLevelILInstructionPluginCommandActionCallback(

Callers

nothing calls this directly

Calls 1

actionMethod · 0.45

Tested by

no test coverage detected