MCPcopy 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
45int16_t SharedCacheObjCReader::ReadS16()
46{
47 return m_reader.ReadInt16();
48}
49
50int32_t SharedCacheObjCReader::ReadS32()
51{

Callers

nothing calls this directly

Calls 1

ReadInt16Method · 0.45

Tested by

no test coverage detected