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

Method RegisterRelocationHandler

architecture.cpp:1268–1271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1266
1267
1268void Architecture::RegisterRelocationHandler(const string& viewName, RelocationHandler* handler)
1269{
1270 BNArchitectureRegisterRelocationHandler(m_object, viewName.c_str(), handler->GetObject());
1271}
1272
1273
1274Ref<RelocationHandler> Architecture::GetRelocationHandler(const std::string& viewName)

Callers 5

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

Calls 2

c_strMethod · 0.80
GetObjectMethod · 0.45

Tested by

no test coverage detected