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

Method RegisterFunctionRecognizer

architecture.cpp:1262–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260
1261
1262void Architecture::RegisterFunctionRecognizer(FunctionRecognizer* recog)
1263{
1264 FunctionRecognizer::RegisterArchitectureFunctionRecognizer(this, recog);
1265}
1266
1267
1268void Architecture::RegisterRelocationHandler(const string& viewName, RelocationHandler* handler)

Callers 4

CorePluginInitFunction · 0.80
RegisterArmArchitectureFunction · 0.80
CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected