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

Method __init__

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

Source from the content-addressed store, hash-verified

161class LoadDylinker(LoadCommand):
162
163 def __init__(self, data):
164 super().__init__(data)
165 self.str_offset = unpack("<L", self.FR.read(4))[0]
166 self.name = self.FR.readString(4)
167
168 # def __str__(self):
169 # return (" DyLinker: Name %s" % self.name)

Callers

nothing calls this directly

Calls 3

readStringMethod · 0.80
__init__Method · 0.45
readMethod · 0.45

Tested by

no test coverage detected