MCPcopy 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
469void BinaryReader::SetVirtualBase(uint64_t base)
470{
471 BNSetBinaryReaderVirtualBase(m_stream, base);
472}
473
474
475bool BinaryReader::IsEndOfFile() const

Callers 5

HeaderForAddressMethod · 0.80
ParseFunctionStartsMethod · 0.80
InitMethod · 0.80
InitializeHeaderMethod · 0.80
ParseHeadersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected