Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ debugger_convert
Function
debugger_convert
qiling/utils.py:63–64 ·
view source on GitHub ↗
(debugger: str)
Source
from the content-addressed store, hash-verified
61
62
63
def
debugger_convert(debugger: str) -> Optional[QL_DEBUGGER]:
64
return
__name_to_enum(debugger, debugger_map)
65
66
67
def
arch_os_convert(arch: QL_ARCH) -> Optional[QL_OS]:
Callers
1
select_debugger
Function · 0.85
Calls
1
__name_to_enum
Function · 0.85
Tested by
no test coverage detected