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

Method ReadS64

view/macho/objc.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int64_t MachoObjCReader::ReadS64()
55{
56 return static_cast<int64_t>(m_reader.Read64());
57}
58
59uint64_t MachoObjCReader::ReadPointer()
60{

Callers

nothing calls this directly

Calls 1

Read64Method · 0.45

Tested by

no test coverage detected