Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
using namespace BinaryNinja;
4
5
MachoObjCReader::MachoObjCReader(BinaryView* data) : m_reader(BinaryReader(data))
6
{
7
}
8
9
void MachoObjCReader::Read(void* dest, size_t len)
10
{
Callers
nothing calls this directly
Calls
1
BinaryReader
Class · 0.50
Tested by
no test coverage detected