MCPcopy Create free account
hub / github.com/lief-project/LIEF / CorePluginInit

Function CorePluginInit

plugins/binaryninja/analysis/src/plugin.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18extern "C" {
19BN_DECLARE_CORE_ABI_VERSION
20BINARYNINJAPLUGIN bool CorePluginInit() {
21 analysis_plugin::commands::register_commands();
22 return true;
23}
24}

Callers

nothing calls this directly

Calls 1

register_commandsFunction · 0.70

Tested by

no test coverage detected