MCPcopy Index your code
hub / github.com/qilingframework/qiling / want_to_hook

Function want_to_hook

qltui.py:487–494  ·  view source on GitHub ↗

Ask if user wants to hook

()

Source from the content-addressed store, hash-verified

485
486
487def want_to_hook():
488 """
489 Ask if user wants to hook
490 """
491 answer = questionary.confirm("Want to Hook:",
492 default=False, auto_enter=True).ask()
493
494 return answer
495
496
497def ask_hook_type():

Callers 1

hookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected