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

Method GetRelocationInfo

relocationhandler.cpp:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90
91bool RelocationHandler::GetRelocationInfo(
92 Ref<BinaryView> view, Ref<Architecture> arch, std::vector<BNRelocationInfo>& result)
93{
94 (void)view;
95 (void)arch;
96 (void)result;
97 return false;
98}
99
100
101bool RelocationHandler::ApplyRelocation(

Callers 4

InitializeHeaderMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45

Calls 2

sizeMethod · 0.45
GetObjectMethod · 0.45

Tested by

no test coverage detected