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