Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ SetVirtualBase
Method
SetVirtualBase
binaryreader.cpp:469–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
467
}
468
469
void BinaryReader::SetVirtualBase(uint64_t base)
470
{
471
BNSetBinaryReaderVirtualBase(m_stream, base);
472
}
473
474
475
bool BinaryReader::IsEndOfFile() const
Callers
5
HeaderForAddress
Method · 0.80
ParseFunctionStarts
Method · 0.80
Init
Method · 0.80
InitializeHeader
Method · 0.80
ParseHeaders
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected