Skip to content

Commit

Permalink
Update '@' help (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored Feb 4, 2025
1 parent 159639c commit 8f09d8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/first_steps/commandline_rizin.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ The standard format for Rizin commands is as follows:

```bash
# executes a rizin command at at the current address (0x00000000)
[0x00000000]> command <params>
[0x00000000]> command <args>
# executes a rizin command with a special temporary modifier
[0x00000000]> command <params> @<temporay modifier>
[0x00000000]> command <args> @<temporary modifier>
# executes a shell command
[0x00000000]> !<shell command>
# executes a rizin command and pipes its contents to a shell command
[0x00000000]> command <params> | <shell command>
[0x00000000]> command <args> | <shell command>
```

This format will be consistently used throughout the book.
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 8f09d8b

Please sign in to comment.