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

Function ask_where

qltui.py:543–551  ·  view source on GitHub ↗

Ask what to Hook

()

Source from the content-addressed store, hash-verified

541
542
543def ask_where():
544 """
545 Ask what to Hook
546 """
547 answer = questionary.select(
548 "Select an Option:",
549 choices=['Memory', 'Register']).ask()
550
551 return answer.lower()[:3]
552
553
554def ask_start_end():

Callers 1

hookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected