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

Method DefaultPluginCommandActionCallback

plugin.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71void PluginCommand::DefaultPluginCommandActionCallback(void* ctxt, BNBinaryView* view)
72{
73 RegisteredDefaultCommand* cmd = (RegisteredDefaultCommand*)ctxt;
74 Ref<BinaryView> viewObject = new BinaryView(BNNewViewReference(view));
75 cmd->action(viewObject);
76}
77
78
79void PluginCommand::AddressPluginCommandActionCallback(void* ctxt, BNBinaryView* view, uint64_t addr)

Callers

nothing calls this directly

Calls 1

actionMethod · 0.45

Tested by

no test coverage detected