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

Method IsRelocatable

binaryview.cpp:2062–2065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2060
2061
2062bool BinaryView::IsRelocatable() const
2063{
2064 return BNIsRelocatable(m_object);
2065}
2066
2067
2068size_t BinaryView::GetAddressSize() const

Callers 6

Calls

no outgoing calls

Tested by

no test coverage detected