Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ ReadS32
Method
ReadS32
view/sharedcache/core/ObjC.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
int32_t SharedCacheObjCReader::ReadS32()
51
{
52
return m_reader.ReadInt32();
53
}
54
55
int64_t SharedCacheObjCReader::ReadS64()
56
{
Callers
1
GetRelativeMethod
Method · 0.45
Calls
1
ReadInt32
Method · 0.45
Tested by
no test coverage detected