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

Method Register

plugin.cpp:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262
263void PluginCommand::Register(
264 const string& name, const string& description, const function<void(BinaryView* view)>& action)
265{
266 Register(name, description, action, [](BinaryView*) { return true; });
267}
268
269
270void PluginCommand::Register(const string& name, const string& description,

Callers 15

ReadILOperandFunction · 0.45
MoveFromCoprocessorFunction · 0.45
MoveToCoprocessorFunction · 0.45
Concat3to256Function · 0.45
SignExtendHiLoFunction · 0.45
ReadRegisterOrPointerFunction · 0.45
GetShiftedFunction · 0.45
ReadAddressFunction · 0.45

Calls 2

c_strMethod · 0.80
RegisterEnum · 0.50

Tested by

no test coverage detected