Skip to content

Commit 539530f

Browse files
authored
Update README.md
1 parent 261782b commit 539530f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Put everything in `src` directory to `plugins` directory of your IDA installatio
1313

1414
And just continue debugging. Changed values in watch will be automatically updated.
1515

16+
#### Add Dialog
17+
- You can type memory address (`0x4003a8`, `602194`)
18+
- Expressions are also allowed (`0x4007b0 + 0x10 * 4`)
19+
- Or use register's value (`rsp`, `rbp-0x48`)
20+
1621
#### Watch View Window
1722
- Click `X` button to remove all watches.
1823
- Click `+` button or press `A` key to add a new watch.

0 commit comments

Comments
 (0)