Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
read
Method · 0.45
Tested by
no test coverage detected