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

Method SeekRelative

view/macho/objc.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void MachoObjCReader::SeekRelative(int64_t offset)
75{
76 m_reader.SeekRelative(offset);
77}
78
79std::shared_ptr<ObjCReader> MachoObjCProcessor::GetReader()
80{

Callers 7

InitMethod · 0.45
PerformInitialLoadMethod · 0.45
InitializeHeaderMethod · 0.45
HeaderForAddressMethod · 0.45
InitializeHeaderMethod · 0.45
ParseHeadersMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected