Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
452
void BinaryReader::Seek(uint64_t offset)
453
{
454
BNSeekBinaryReader(m_stream, offset);
455
}
456
457
458
void BinaryReader::SeekRelative(int64_t offset)
Callers
15
LoadClasses
Method · 0.45
LoadCategories
Method · 0.45
LoadProtocols
Method · 0.45
ReadListOfMethodLists
Method · 0.45
ReadMethodList
Method · 0.45
ReadIvarList
Method · 0.45
PostProcessObjCSections
Method · 0.45
ProcessCFStrings
Method · 0.45
ClassHierarchyDescriptor
Method · 0.45
BaseClassDescriptor
Method · 0.45
BaseClassArray
Method · 0.45
TypeDescriptor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected