Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Read
Method
Read
view/macho/objc.cpp:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
void MachoObjCReader::Read(void* dest, size_t len)
10
{
11
m_reader.Read(dest, len);
12
}
13
14
std::string MachoObjCReader::ReadCString(size_t maxLength)
15
{
Callers
15
Create
Method · 0.45
Parse
Method · 0.45
IsTypeValidForData
Method · 0.45
LoadHeaderForAddress
Method · 0.45
InitializeSegmentsForHeader
Method · 0.45
ParseSymbolTable
Method · 0.45
HeaderForAddress
Method · 0.45
ParseFunctionStarts
Method · 0.45
InitializeHeader
Method · 0.45
ParseRebaseTable
Method · 0.45
ParseDynamicTable
Method · 0.45
ReadStringTable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected