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

Method __init__

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

Source from the content-addressed store, hash-verified

184class LoadUuid(LoadCommand):
185
186 def __init__(self, data):
187 super().__init__(data)
188 self.uuid = self.FR.read(16)
189
190 def get_complete(self):
191 pass

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

readMethod · 0.45

Tested by

no test coverage detected