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

Method MediumLevelILFunctionPluginCommandActionCallback

plugin.cpp:125–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125void PluginCommand::MediumLevelILFunctionPluginCommandActionCallback(
126 void* ctxt, BNBinaryView* view, BNMediumLevelILFunction* func)
127{
128 RegisteredMediumLevelILFunctionCommand* cmd = (RegisteredMediumLevelILFunctionCommand*)ctxt;
129 Ref<BinaryView> viewObject = new BinaryView(BNNewViewReference(view));
130 Ref<MediumLevelILFunction> funcObject = new MediumLevelILFunction(BNNewMediumLevelILFunctionReference(func));
131 cmd->action(viewObject, funcObject);
132}
133
134
135void PluginCommand::MediumLevelILInstructionPluginCommandActionCallback(

Callers

nothing calls this directly

Calls 1

actionMethod · 0.45

Tested by

no test coverage detected