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

Method Read16

view/macho/objc.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24uint16_t MachoObjCReader::Read16()
25{
26 return m_reader.Read16();
27}
28
29uint32_t MachoObjCReader::Read32()
30{

Callers 3

ParseSymbolTableMethod · 0.45
ParseChainedFixupsMethod · 0.45
ReadS16Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected