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

Method ReadS8

view/macho/objc.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39int8_t MachoObjCReader::ReadS8()
40{
41 return static_cast<int8_t>(m_reader.Read8());
42}
43
44int16_t MachoObjCReader::ReadS16()
45{

Callers

nothing calls this directly

Calls 1

Read8Method · 0.45

Tested by

no test coverage detected