Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ arch_os_convert
Function
arch_os_convert
qiling/utils.py:67–68 ·
view source on GitHub ↗
(arch: QL_ARCH)
Source
from the content-addressed store, hash-verified
65
66
67
def
arch_os_convert(arch: QL_ARCH) -> Optional[QL_OS]:
68
return
arch_os_map.get(arch)
69
70
71
def
ql_get_module(module_name: str) -> ModuleType:
Callers
1
__init__
Method · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected