MCPcopy Index your code
hub / github.com/qilingframework/qiling / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

435class LoadSection:
436
437 def __init__(self, data):
438 self.FR = FileReader(data)
439 self.section_name = self.FR.read(0x10).decode("utf-8")
440 self.segment_name = self.FR.read(0x10).decode("utf-8")
441
442
443class LoadSection32(LoadSection):

Callers

nothing calls this directly

Calls 2

FileReaderClass · 0.85
readMethod · 0.45

Tested by

no test coverage detected