Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ ReadS8
Method
ReadS8
view/sharedcache/core/ObjC.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
int8_t SharedCacheObjCReader::ReadS8()
41
{
42
return m_reader.ReadInt8();
43
}
44
45
int16_t SharedCacheObjCReader::ReadS16()
46
{
Callers
nothing calls this directly
Calls
1
ReadInt8
Method · 0.45
Tested by
no test coverage detected