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

Method FinalizeNewSegments

binaryview.cpp:1794–1797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1792}
1793
1794bool BinaryView::FinalizeNewSegments()
1795{
1796 return BNBinaryViewFinalizeNewSegments(m_object);
1797}
1798
1799
1800void BinaryView::DefineRelocation(Architecture* arch, BNRelocationInfo& info, uint64_t target, uint64_t reloc)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected