Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Read8
Method
Read8
view/sharedcache/core/ObjC.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
uint8_t SharedCacheObjCReader::Read8()
21
{
22
return m_reader.ReadUInt8();
23
}
24
25
uint16_t SharedCacheObjCReader::Read16()
26
{
Callers
nothing calls this directly
Calls
1
ReadUInt8
Method · 0.45
Tested by
no test coverage detected