RIZIN(1) General Commands Manual RIZIN(1)

rizinAdvanced commandline hexadecimal editor, disassembler and debugger

rizin [-ACdfLMnNqStuvwzX] [-P patch] [-p prj] [-a arch] [-b bits] [-i file] [-s addr ] [-B baddr] [-m maddr] [-c cmd] [-e k=v] file|pid|-|--|=

Rizin is a command-line reverse engineering framework designed to analyze and disassemble binary files. It provides various tools and features for analyzing and understanding the structure, behavior, and logic of executable files.

The options are:

--
Run rizin without opening any file
=
Equivalent of 'rizin malloc://512'
-
Read file from stdin
-=
Perform R=! command to run all commands remotely
Print \x00 after initialization and after every command executed
Close stderr file descriptor (silent warning messages)
[arch]
Set the assembly architecture.(x86, ppc, arm, mips, bf, java, ...)
Run 'aaa' command before prompt or patch to analyze all referenced code
[bits]
Set the assembly bitness. (16, 32, 64)
[baddr]
Set the base address for Position-Independent Executables (PIE)
'cmd..'
Execute the specified Rizin command
-C
Specify a file in the format "host:port" to run Rizin remotely through HTTP
Debug the executable 'file' or running process 'pid'
[backend]
Enable debug mode, setting the configuration variable 'cfg.debug=true'
k=v
Evaluate the specified configuration variable
Set block size to be equal to file size
-F [binplugin]
Force the use of a specific rbin plugin
-hh
Show help messages, with -hh showing detailed help
Print information about the installation paths and configuration settings of Rizin. This option is useful for obtaining details about the installation location, directories, and various components of Rizin
[file]
Run the commands from the script file
[file]
Run script file. Before the file is loaded
[OS/kern]
Set the assembly operating system
[lib]
Load the specified plugin file
List supported IO plugins
[addr]
Map file at given address
Disable demangling
-nn
Control loading of RzBin info, with -nn only loading binary structures
Disable user settings/projects from ~/.rizinrc, ~/.config/rizin/rizinrc and the scripts inside .../rizinrc.d/ directory
Disable loading any scripts or plugins
Quiet mode, suppresses prompt and quits after script execution
Quit before showing the prompt. Right after all the -e -c and -i arguments are evaluated
Same as q, but exiting without freeing RzCore, this produces leaks at exit time, but saves some precious ms to run the testsuite in fast mode
[prj]
Set project file
[rz-run]
Specify dbg.profile rz-run profile to use when spawning a program for debugging
[rule]
Specify custom rz-run directives without having to create a rz-run profile
[addr]
Start seeking at this address
Avoid computing the file hashes
Set bin.filter=false to load rbin info without filtering names
Show version information and exit (Use -qv to get just the version number)
Show rizin library versions
Open in write mode
Open the file without the execute flag
Same as -e bin.usextr=false, do not use extract plugins, useful for dyldcache
-zz
do not load strings or load them even in raw

Start rizin in analysis mode (-A) on the /bin/ls executable:

rizin -A /bin/ls

Open the file /bin/ls in write mode, allowing you to make changes to the binary:

rizin -w /bin/ls

Start rizin's debugger (-d) on /bin/ls and passes arguments "-l" and "/tmp" to the program for debugging:

rizin -d /bin/ls -l /tmp

rz-test(1), rz-hash(1), rz-find(1), rz-bin(1), rz-diff(1), rz-asm(1), rz-ax(1), rz-gg(1), rz-run(1)

pancake <pancake@nopcode.org>
byteninjaa0

August 25, 2023