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

Method readFile

qiling/loader/macho_parser/parser.py:35–37  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

33
34 @staticmethod
35 def readFile(path):
36 with open(path, "rb") as f:
37 return f.read()
38
39 def parseFile(self):
40 if not self.binary_file:

Callers 1

__init__Method · 0.95

Calls 1

readMethod · 0.45

Tested by

no test coverage detected