mirror of
https://github.com/Cxbx-Reloaded/unicorn.git
synced 2025-02-25 05:40:37 +00:00
python: correct a comment on sample_arm.py
This commit is contained in:
parent
3543452b06
commit
2a4c316b6f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user