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

Method AddressPluginCommandActionCallback

plugin.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79void PluginCommand::AddressPluginCommandActionCallback(void* ctxt, BNBinaryView* view, uint64_t addr)
80{
81 RegisteredAddressCommand* cmd = (RegisteredAddressCommand*)ctxt;
82 Ref<BinaryView> viewObject = new BinaryView(BNNewViewReference(view));
83 cmd->action(viewObject, addr);
84}
85
86
87void PluginCommand::RangePluginCommandActionCallback(void* ctxt, BNBinaryView* view, uint64_t addr, uint64_t len)

Callers

nothing calls this directly

Calls 1

actionMethod · 0.45

Tested by

no test coverage detected