python: correct a comment on hooking on sample_arm64.py. fix #1292

This commit is contained in:
Nguyen Anh Quynh 2020-06-10 17:56:01 +08:00
parent 7ea04acbdc
commit 564ae2b14a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def test_arm64():
# tracing all basic blocks with customized callback
mu.hook_add(UC_HOOK_BLOCK, hook_block)
# tracing all instructions with customized callback
# tracing one instruction at ADDRESS with customized callback
mu.hook_add(UC_HOOK_CODE, hook_code, begin=ADDRESS, end=ADDRESS)
# emulate machine code in infinite time