Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ ask_address
Function
ask_address
qltui.py:564–570 ·
view source on GitHub ↗
Ask for address to hook
()
Source
from the content-addressed store, hash-verified
562
563
564
def
ask_address():
565
""
"
566
Ask
for
address to hook
567
""
"
568
address = questionary.text(
"address:"
, validate=HexValidator).ask()
569
570
return
int(address, 16)
571
572
573
def
ask_hook_address():
Callers
1
hook
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected