Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/Hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ You might also use it to trace the execution with a disassembly, in a similar wa

If you want to inject behaviour you might use this hook to modify the registers - including modifying the program counter, to jump to a different place.

> [!WARNING]
> **ARM only:** Changes to the program counter are ignored when the callback is invoked inside an *If-Then (IT)* block.


## UC_HOOK_MEM_READ, UC_HOOK_MEM_WRITE, UC_HOOK_READ_MEM_AFTER

Expand Down
Loading