Skip to content

Commit

Permalink
Minor commandline_flags.md fix
Browse files Browse the repository at this point in the history
Change 1KB -> 512B, which is the default behavior:

```
$ man radare2 | grep -i malloc://
       -           Equivalent of 'r2 malloc://512'
```
  • Loading branch information
jukuisma authored and trufae committed Sep 14, 2024
1 parent 327a45a commit fe794d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/first_steps/commandline_flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Open a file in write mode and do not parse the headers (raw mode).
$ r2 -nw file
```

Quickly get into the r2 shell opening a 1KB malloc virtual file, handy for testing things. note that a single dash is an alias for malloc://1024
Quickly get into the r2 shell opening a 512B malloc virtual file, handy for testing things. note that a single dash is an alias for malloc://512

```console
$ r2 -
Expand Down

0 comments on commit fe794d8

Please sign in to comment.