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