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

Class SegmentSplitInfo

qiling/loader/macho_parser/data.py:164–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164class SegmentSplitInfo:
165
166 def __init__(self, lc, data):
167 self.offset = lc.data_offset
168 self.size = lc.data_size
169 self.content = data[self.offset : self.offset + self.size]
170
171 # def __str__(self):
172 # return (" SegSplitInfo: content {}".format(self.content))
173
174
175class Relocation64(object):

Callers 1

parseDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected