MCPcopy Create free account
hub / github.com/qilingframework/qiling / __init__

Method __init__

qiling/loader/macho_parser/loadcommand.py:525–529  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

523
524class LoadRPath(LoadCommand):
525 def __init__(self, data):
526 super().__init__(data)
527 self.offset = unpack("<L", self.FR.read(4))[0]
528 self.FR.setOffset(self.offset)
529 self.path = self.FR.readString(4)
530
531
532class LoadIdDylib(LoadCommand):

Callers

nothing calls this directly

Calls 4

setOffsetMethod · 0.80
readStringMethod · 0.80
__init__Method · 0.45
readMethod · 0.45

Tested by

no test coverage detected