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

Method Read64

view/macho/objc.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34uint64_t MachoObjCReader::Read64()
35{
36 return m_reader.Read64();
37}
38
39int8_t MachoObjCReader::ReadS8()
40{

Callers 9

ParseHeadersMethod · 0.45
ExtractFatArchForCPUFunction · 0.45
HeaderForAddressMethod · 0.45
RebaseThreadStartsMethod · 0.45
InitializeHeaderMethod · 0.45
ParseSymbolTableMethod · 0.45
ParseChainedFixupsMethod · 0.45
ParseChainedStartsMethod · 0.45
ReadS64Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected