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

Class CodeSignature

qiling/loader/macho_parser/data.py:153–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152
153class CodeSignature:
154
155 def __init__(self, lc, data):
156 self.offset = lc.data_offset
157 self.size = lc.data_size
158 self.content = data[self.offset : self.offset + self.size]
159
160 # def __str__(self):
161 # return (" CodeSignature: content {}".format(self.content))
162
163
164class SegmentSplitInfo:

Callers 1

parseDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected