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

Function ask_hook_address

qltui.py:573–579  ·  view source on GitHub ↗

Ask for address to hook

()

Source from the content-addressed store, hash-verified

571
572
573def ask_hook_address():
574 """
575 Ask for address to hook
576 """
577 address = questionary.text("Hook Traget Address:", validate=HexValidator).ask()
578
579 return int(address, 16)
580
581
582def ask_register_name():

Callers 1

hookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected