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

Method ReadCString

view/sharedcache/core/ObjC.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15std::string SharedCacheObjCReader::ReadCString(size_t maxLength)
16{
17 return m_reader.ReadCString(m_reader.GetOffset(), maxLength);
18}
19
20uint8_t SharedCacheObjCReader::Read8()
21{

Callers 3

ParseHeaderForAddressMethod · 0.45
ReadSymbolTableMethod · 0.45
AdjustCallTypeMethod · 0.45

Calls 1

GetOffsetMethod · 0.45

Tested by

no test coverage detected