Forrest logo
tool overview
On this page you find all important commands for the CLI tool >. If the command you are looking for is missing please ask our AI.

>

List of commands for >:

  • radare2:tldr:27e30 radare2: Run a shell command from the interactive CLI.
    $ > !${shell_command}
    try on your machine
    explain this command
  • radare2:tldr:7cfb9 radare2: Show help text for any command in the interactive CLI.
    $ > ${radare2_command}?
    try on your machine
    explain this command
  • radare2:tldr:c1937 radare2: Dump raw bytes of current block to a file.
    $ > pr > ${filename-bin}
    try on your machine
    explain this command
tool overview