Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ SeekRelative
Method
SeekRelative
binaryreader.cpp:458–461 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
456
457
458
void BinaryReader::SeekRelative(int64_t offset)
459
{
460
BNSeekBinaryReaderRelative(m_stream, offset);
461
}
462
463
464
uint64_t BinaryReader::GetVirtualBase()
Callers
2
ReadPointerAccountingForRelocations
Method · 0.45
ProcessRTTI
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected