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

Function ask_hook_operation

qltui.py:511–519  ·  view source on GitHub ↗

Ask for the hook operation

()

Source from the content-addressed store, hash-verified

509
510
511def ask_hook_operation():
512 """
513 Ask for the hook operation
514 """
515 answer = questionary.select(
516 "Select an Option:",
517 choices=['read', 'write', 'emu_start', 'emu_stop', 'save']).ask()
518
519 return answer.lower()
520
521
522def get_bytes_size():

Callers 1

hookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected