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

Method Read32

view/macho/objc.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29uint32_t MachoObjCReader::Read32()
30{
31 return m_reader.Read32();
32}
33
34uint64_t MachoObjCReader::Read64()
35{

Callers 11

ParseHeadersMethod · 0.45
ExtractFatArchForCPUFunction · 0.45
HeaderForAddressMethod · 0.45
InitializeHeaderMethod · 0.45
ParseSymbolTableMethod · 0.45
ParseChainedFixupsMethod · 0.45
ParseChainedStartsMethod · 0.45
ParseHeadersMethod · 0.45
ReadS32Method · 0.45
Md1romViewMethod · 0.45
ParseDebugInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected