Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ ReadCString
Method
ReadCString
view/sharedcache/core/ObjC.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
std::string SharedCacheObjCReader::ReadCString(size_t maxLength)
16
{
17
return m_reader.ReadCString(m_reader.GetOffset(), maxLength);
18
}
19
20
uint8_t SharedCacheObjCReader::Read8()
21
{
Callers
3
ParseHeaderForAddress
Method · 0.45
ReadSymbolTable
Method · 0.45
AdjustCallType
Method · 0.45
Calls
1
GetOffset
Method · 0.45
Tested by
no test coverage detected