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

Class FunctionStarts

qiling/loader/macho_parser/data.py:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48class FunctionStarts:
49
50 def __init__(self, lc, data):
51 self.offset = lc.data_offset
52 self.size = lc.data_size
53 self.content = data[self.offset : self.offset + self.size]
54
55 # def __str__(self):
56 # return (" FunctionStarts: content {}".format(self.content))
57
58
59class Symbol64(object):

Callers 1

parseDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected