MCPcopy Create free account
hub / github.com/qilingframework/qiling / __int_nothrow

Function __int_nothrow

qiling/utils.py:346–350  ·  view source on GitHub ↗
(v: str, /)

Source from the content-addressed store, hash-verified

344 kwargs = {}
345
346 def __int_nothrow(v: str, /) -> Optional[int]:
347 try:
348 return int(v, 0)
349 except ValueError:
350 return None
351
352 # qdb init args are independent and may include any combination of: rr enable, init hook and script
353 arg_init_hook = []

Callers 1

select_debuggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected