programs.rizin.enable
Whether to enable Rizin.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.rizin.package
The rizin package to use.
Type: null or package
Default:
pkgs.rizin
Declared by:
programs.rizin.extraConfig
Extra run configuration written to rizinrc.
See https://book.rizin.re/src/configuration/initial_scripts.html
for more information.
Type: strings concatenated with ā\nā
Default:
""
Example:
''
e asm.bytes=true
e asm.bytes.space=true
b 0x100
''
Declared by:
programs.rizin.settings
Set of runtime configuration values written to the initial runcommands file. See https://book.rizin.re/src/configuration/initial_scripts.html for more information and use to manually add commands.
Type: attribute set of (string or signed integer or boolean or floating point number)
Default:
{ }
Example:
{
"asm.bytes" = true;
"asm.bytes.space" = true;
}
Declared by: