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

Method __init__

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

Source from the content-addressed store, hash-verified

56class LoadSegment(LoadCommand):
57
58 def __init__(self, data):
59 super().__init__(data)
60 self.segment_name = self.FR.read(0x10).decode("utf-8")
61
62 def get_complete(self):
63 pass

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
readMethod · 0.45

Tested by

no test coverage detected