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

Method MachoObjCReader

view/macho/objc.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using namespace BinaryNinja;
4
5MachoObjCReader::MachoObjCReader(BinaryView* data) : m_reader(BinaryReader(data))
6{
7}
8
9void MachoObjCReader::Read(void* dest, size_t len)
10{

Callers

nothing calls this directly

Calls 1

BinaryReaderClass · 0.50

Tested by

no test coverage detected