Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2062
bool BinaryView::IsRelocatable() const
2063
{
2064
return BNIsRelocatable(m_object);
2065
}
2066
2067
2068
size_t BinaryView::GetAddressSize() const
Callers
6
AppendPointerTextToken
Method · 0.80
AppendPointerTextToken
Method · 0.80
GetLoadSettingsForData
Method · 0.80
GetLoadSettingsForData
Method · 0.80
GetLoadSettingsForData
Method · 0.80
GetLoadSettingsForData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected