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

Method ReadString

binaryreader.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67string BinaryReader::ReadString(size_t len)
68{
69 DataBuffer result = Read(len);
70 return string((const char*)result.GetData(), len);
71}
72
73
74uint8_t BinaryReader::Read8()

Callers 1

ProcessRTTIMethod · 0.45

Calls 1

GetDataMethod · 0.45

Tested by

no test coverage detected