Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Seek
Method
Seek
view/macho/objc.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void MachoObjCReader::Seek(uint64_t offset)
70
{
71
m_reader.Seek(offset);
72
}
73
74
void MachoObjCReader::SeekRelative(int64_t offset)
75
{
Callers
15
Init
Method · 0.45
PerformInitialLoad
Method · 0.45
FastGetImageCount
Method · 0.45
LoadHeaderForAddress
Method · 0.45
InitializeSegmentsForHeader
Method · 0.45
InitializeHeader
Method · 0.45
HeaderForAddress
Method · 0.45
RebaseThreadStarts
Method · 0.45
ParseFunctionStarts
Method · 0.45
InitializeHeader
Method · 0.45
ParseRebaseTable
Method · 0.45
ParseDynamicTable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected