Skip to content

Commit

Permalink
Update '@' help
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Feb 4, 2025
1 parent 159639c commit 07228d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/first_steps/commandline_rizin.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The standard format for Rizin commands is as follows:
# executes a rizin command at at the current address (0x00000000)
[0x00000000]> command <params>
# executes a rizin command with a special temporary modifier
[0x00000000]> command <params> @<temporay modifier>
[0x00000000]> command <params> @<temporary modifier>
# executes a shell command
[0x00000000]> !<shell command>
# executes a rizin command and pipes its contents to a shell command
Expand Down Expand Up @@ -86,7 +86,7 @@ When utilizing the Rizin command-line, users may encounter situations where they

```bash
[0x00000000]> @?
Usage: <cmd> <@> <args> # '@' help, temporary modifiers
Usage: <cmd> <@> <args> [<@> <args> ...] # '@' help, temporary modifiers, applied left-to-right
| <cmd> @ <addr> # Temporary seek to <addr>
| <cmd> @ ..<addr> # Temporary partial address seek (see s..)
| <cmd> @!<blocksize> # Temporary change the block size
Expand Down

0 comments on commit 07228d8

Please sign in to comment.