Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetOriginalImageBase
Method
GetOriginalImageBase
binaryview.cpp:1978–1981 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1976
1977
1978
uint64_t BinaryView::GetOriginalImageBase() const
1979
{
1980
return BNGetOriginalImageBase(m_object);
1981
}
1982
1983
1984
void BinaryView::SetOriginalImageBase(uint64_t imageBase)
Callers
3
ReadCompleteObjectorLocator
Function · 0.80
ProcessClassHierarchyDescriptor
Method · 0.80
ProcessRTTI
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected