Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Read32
Method
Read32
view/sharedcache/core/ObjC.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
uint32_t SharedCacheObjCReader::Read32()
31
{
32
return m_reader.ReadUInt32();
33
}
34
35
uint64_t SharedCacheObjCReader::Read64()
36
{
Callers
1
ApplyHeaderDataVariables
Method · 0.45
Calls
1
ReadUInt32
Method · 0.45
Tested by
no test coverage detected