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

Method Read

view/macho/objc.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9void MachoObjCReader::Read(void* dest, size_t len)
10{
11 m_reader.Read(dest, len);
12}
13
14std::string MachoObjCReader::ReadCString(size_t maxLength)
15{

Callers 15

CreateMethod · 0.45
ParseMethod · 0.45
IsTypeValidForDataMethod · 0.45
LoadHeaderForAddressMethod · 0.45
ParseSymbolTableMethod · 0.45
HeaderForAddressMethod · 0.45
ParseFunctionStartsMethod · 0.45
InitializeHeaderMethod · 0.45
ParseRebaseTableMethod · 0.45
ParseDynamicTableMethod · 0.45
ReadStringTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected