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

Callers 1

GetRelativeMethodMethod · 0.45

Calls 1

Read32Method · 0.45

Tested by

no test coverage detected