MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Seek

Method Seek

binaryreader.cpp:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450
451
452void BinaryReader::Seek(uint64_t offset)
453{
454 BNSeekBinaryReader(m_stream, offset);
455}
456
457
458void BinaryReader::SeekRelative(int64_t offset)

Callers 15

LoadClassesMethod · 0.45
LoadCategoriesMethod · 0.45
LoadProtocolsMethod · 0.45
ReadListOfMethodListsMethod · 0.45
ReadMethodListMethod · 0.45
ReadIvarListMethod · 0.45
ProcessCFStringsMethod · 0.45
BaseClassDescriptorMethod · 0.45
BaseClassArrayMethod · 0.45
TypeDescriptorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected