Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetDataOffset
Method
GetDataOffset
binaryview.cpp:1195–1198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1193
1194
1195
uint64_t Segment::GetDataOffset() const
1196
{
1197
return BNSegmentGetDataOffset(m_object);
1198
}
1199
1200
1201
uint64_t Segment::GetDataLength() const
Callers
2
GetDataOffsetForAddress
Method · 0.80
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected