Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ ReadCString
Method
ReadCString
view/macho/objc.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
std::string MachoObjCReader::ReadCString(size_t maxLength)
15
{
16
return m_reader.ReadCString(maxLength);
17
}
18
19
uint8_t MachoObjCReader::Read8()
20
{
Callers
7
PerformInitialLoad
Method · 0.45
LoadHeaderForAddress
Method · 0.45
HeaderForAddress
Method · 0.45
ParseChainedFixups
Method · 0.45
Init
Method · 0.45
Init
Method · 0.45
ParseDebugInfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected