From 564ae2b14aa12c08ed0d5155a662126fa6c92e9b Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Wed, 10 Jun 2020 17:56:01 +0800 Subject: [PATCH] python: correct a comment on hooking on sample_arm64.py. fix #1292 --- bindings/python/sample_arm64.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/sample_arm64.py b/bindings/python/sample_arm64.py index 4b92f098..0f9550b5 100755 --- a/bindings/python/sample_arm64.py +++ b/bindings/python/sample_arm64.py @@ -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