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

Method DefineRelocation

binaryview.cpp:1800–1803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1798
1799
1800void BinaryView::DefineRelocation(Architecture* arch, BNRelocationInfo& info, uint64_t target, uint64_t reloc)
1801{
1802 BNDefineRelocation(m_object, arch->GetObject(), &info, target, reloc);
1803}
1804
1805
1806void BinaryView::DefineRelocation(Architecture* arch, BNRelocationInfo& info, Ref<Symbol> target, uint64_t reloc)

Callers 1

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected