MCPcopy 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
50int32_t SharedCacheObjCReader::ReadS32()
51{
52 return m_reader.ReadInt32();
53}
54
55int64_t SharedCacheObjCReader::ReadS64()
56{

Callers 1

GetRelativeMethodMethod · 0.45

Calls 1

ReadInt32Method · 0.45

Tested by

no test coverage detected