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

Method RangePluginCommandActionCallback

plugin.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87void PluginCommand::RangePluginCommandActionCallback(void* ctxt, BNBinaryView* view, uint64_t addr, uint64_t len)
88{
89 RegisteredRangeCommand* cmd = (RegisteredRangeCommand*)ctxt;
90 Ref<BinaryView> viewObject = new BinaryView(BNNewViewReference(view));
91 cmd->action(viewObject, addr, len);
92}
93
94
95void PluginCommand::FunctionPluginCommandActionCallback(void* ctxt, BNBinaryView* view, BNFunction* func)

Callers

nothing calls this directly

Calls 1

actionMethod · 0.45

Tested by

no test coverage detected