scr
scr.atport
V@ starts a background http server and spawns an r2 -C Default is falsescr.breaklines
Break lines in Visual instead of truncating them Default is false- Use
scr.breaklines
to stop comment overflow from the screen
- Use
scr.breakword
Emulate console break (^C) when a word is printed (useful for pD)scr.color
🚀 Manage color palette (0: ansi 16, 1: 256, 2: 16M) Default is 1 asciinemascr.color.bytes
Colorize bytes that represent the opcodes of the instruction Default is truescr.color.grep
🚀 Enable colors when using ~grep Default is false asciinemascr.color.ops
🚀 Colorize numbers and registers in opcodes Default is true asciinemascr.columns
Force console column count (width) Default is 0scr.echo
Show rcons output in realtime to stderr and buffer Default is falsescr.feedback
Set visual feedback level (1=arrow on jump, 2=every key (useful for videos)) Default is 1-
🚀 Set
scr.feedback
to 2 to see what button was pressed / key presses in visual mode. does slow down the screen a bit asciinema
-
scr.fgets
Use fgets() instead of dietline for prompt input Default is falsescr.fix.columns
Workaround for Prompt iOS SSH client Default is 0scr.fix.rows
Workaround for Linux TTY Default is 0scr.flush
Force flush to console in realtime (breaks scripting) Default is falsescr.fps
Show FPS in Visual Default is falsescr.highlight
Highlight that word at RCons level-
🚀Use
scr.highlight
to highlight anything in the disassembly. asciinema
-
scr.histsave
Always save history on exit Default is truescr.html
Disassembly uses HTML syntax Default is false-
scr.html
Enabling this will output any command in html format. Useful when working with a web ui in radare2.
-
scr.interactive
Start in interactive mode Default is truescr.linesleep
Flush sleeping some ms in every line Default is 0scr.nkey
Select visual seek mode (affects n/N visual commands) Default is flagscr.null
Show no output Default is falsescr.pager
Select pager program (when output overflows the window)-
🚀
scr.pager
can be configured to address output overflow. Example,scr.pager = less -R
asciinema
-
scr.pagesize
Flush in pages when scr.linesleep is != 0 Default is 1scr.pipecolor
Enable colors when using pipes Default is falsescr.prompt
Show user prompt (used by r2 -q) Default is truescr.promptfile
Show user prompt file (used by r2 -q) Default is falsescr.promptflag
Show flag name in the prompt Default is falsescr.promptsect
Show section name in the prompt Default is falsescr.rainbow
Shows rainbow colors depending of address Default is false-
🚀
scr.rainbow
Changes the color of the offset based on the value of the offset. Allows one to easily remember where they were or functions by color. asciinema -
scr.randpal
Random color palete or just get the next one from 'eco' Default is false scr.responsive
Auto-adjust Visual depending on screen (e.g. unset asm.bytes) Default is falsescr.rgbcolor
Use RGB colors (not available on Windows) Default is truescr.rows
Force console row count (height) (duplicate?) Default is 0scr.seek
Seek to the specified address on startup-
Use
sec.seek = main
to automatically seek to main at startup
-
scr.slow
Do slow stuff on visual mode like RFlag.get_at(true)scr.tee
Pipe output to file of this name-
🚀 Similar to the tee command in linux
scr.tee
can be used to write all outputs from r2 to a file. asciinema
-
scr.tts
Use tts if available by a command (see ic) Default is falsescr.utf8
🚀 Show UTF-8 characters instead of ANSI Default is false asciinemascr.utf8.curvy
Show curved UTF-8 corners (requires scr.utf8) Default is falsescr.wheel
Mouse wheel in Visual; temporaryly disable/reenable by right click/Enter) Default is truescr.wheelnkey
Use sn/sp and scr.nkey on wheel instead of scroll Default is falsescr.wheelspeed
Mouse wheel speed Default is 4scr.zoneflags
Show zoneflags in visual mode before the title (see fz?) Default is true
scr.atport scr.breaklines scr.breakword scr.color scr.color.bytes scr.color.ops scr.columns scr.echo scr.feedback scr.fgets scr.fix.columns scr.fix.rows scr.flush scr.fps scr.highlight scr.histsave scr.html scr.interactive scr.linesleep scr.nkey scr.null scr.pager scr.pagesize scr.pipecolor scr.prompt scr.promptfile scr.promptflag scr.promptsect scr.rainbow scr.randpal scr.responsive scr.rgbcolor scr.rows scr.seek scr.tee scr.truecolor scr.tts scr.utf8 scr.utf8.curvy scr.wheel scr.wheelnkey scr.wheelspeed scr.zoneflags