From 2a4c316b6f58ba2d5cf733f9984888a943a8d2af Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sat, 19 Nov 2016 16:51:08 +0800 Subject: [PATCH] python: correct a comment on sample_arm.py --- bindings/python/sample_arm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/sample_arm.py b/bindings/python/sample_arm.py index 13292320..402ba57a 100755 --- a/bindings/python/sample_arm.py +++ b/bindings/python/sample_arm.py @@ -45,7 +45,7 @@ def test_arm(): # 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