MCPcopy 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
458void BinaryReader::SeekRelative(int64_t offset)
459{
460 BNSeekBinaryReaderRelative(m_stream, offset);
461}
462
463
464uint64_t BinaryReader::GetVirtualBase()

Callers 2

ProcessRTTIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected