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

Method __init__

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

Source from the content-addressed store, hash-verified

175class LoadIdDylinker(LoadCommand):
176
177 def __init__(self, data):
178 super().__init__(data)
179
180 def get_complete(self):
181 pass

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected