MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / ReadS8

Method ReadS8

view/sharedcache/core/ObjC.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40int8_t SharedCacheObjCReader::ReadS8()
41{
42 return m_reader.ReadInt8();
43}
44
45int16_t SharedCacheObjCReader::ReadS16()
46{

Callers

nothing calls this directly

Calls 1

ReadInt8Method · 0.45

Tested by

no test coverage detected