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

Method GetRelocationHandler

architecture.cpp:1274–1280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272
1273
1274Ref<RelocationHandler> Architecture::GetRelocationHandler(const std::string& viewName)
1275{
1276 auto handler = BNArchitectureGetRelocationHandler(m_object, viewName.c_str());
1277 if (!handler)
1278 return nullptr;
1279 return new CoreRelocationHandler(handler);
1280}
1281
1282bool Architecture::IsBinaryViewTypeConstantDefined(const string& type, const string& name)
1283{

Callers 3

InitializeHeaderMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected