MCPcopy 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
67def arch_os_convert(arch: QL_ARCH) -> Optional[QL_OS]:
68 return arch_os_map.get(arch)
69
70
71def ql_get_module(module_name: str) -> ModuleType:

Callers 1

__init__Method · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected