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

Method SeekRelative

view/sharedcache/core/ObjC.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void SharedCacheObjCReader::SeekRelative(int64_t offset)
76{
77 m_reader.SeekRelative(offset);
78}
79
80VirtualMemoryReader& SharedCacheObjCReader::GetVMReader()
81{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected