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

Method __init__

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

Source from the content-addressed store, hash-verified

231class LoadMain(LoadCommand):
232
233 def __init__(self, data):
234 super().__init__(data)
235 self.entry_offset = unpack("<Q", self.FR.read(8))[0]
236 self.stack_size = unpack("<Q", self.FR.read(8))[0]
237
238 def get_complete(self):
239 pass

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
readMethod · 0.45

Tested by

no test coverage detected