scr

  • scr.atport V@ starts a background http server and spawns an r2 -C Default is false
  • scr.breaklines Break lines in Visual instead of truncating them Default is false
    • Use scr.breaklines to stop comment overflow from the screen
  • 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 asciinema
  • scr.color.bytes Colorize bytes that represent the opcodes of the instruction Default is true
  • scr.color.grep 🚀 Enable colors when using ~grep Default is false asciinema
  • scr.color.ops 🚀 Colorize numbers and registers in opcodes Default is true asciinema
  • scr.columns Force console column count (width) Default is 0
  • scr.echo Show rcons output in realtime to stderr and buffer Default is false
  • scr.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 false
  • scr.fix.columns Workaround for Prompt iOS SSH client Default is 0
  • scr.fix.rows Workaround for Linux TTY Default is 0
  • scr.flush Force flush to console in realtime (breaks scripting) Default is false
  • scr.fps Show FPS in Visual Default is false
  • scr.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 true
  • scr.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 true
  • scr.linesleep Flush sleeping some ms in every line Default is 0
  • scr.nkey Select visual seek mode (affects n/N visual commands) Default is flag
  • scr.null Show no output Default is false
  • scr.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 1
  • scr.pipecolor Enable colors when using pipes Default is false
  • scr.prompt Show user prompt (used by r2 -q) Default is true
  • scr.promptfile Show user prompt file (used by r2 -q) Default is false
  • scr.promptflag Show flag name in the prompt Default is false
  • scr.promptsect Show section name in the prompt Default is false
  • scr.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 false
  • scr.rgbcolor Use RGB colors (not available on Windows) Default is true
  • scr.rows Force console row count (height) (duplicate?) Default is 0
  • scr.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 false
  • scr.utf8 🚀 Show UTF-8 characters instead of ANSI Default is false asciinema
  • scr.utf8.curvy Show curved UTF-8 corners (requires scr.utf8) Default is false
  • scr.wheel Mouse wheel in Visual; temporaryly disable/reenable by right click/Enter) Default is true
  • scr.wheelnkey Use sn/sp and scr.nkey on wheel instead of scroll Default is false
  • scr.wheelspeed Mouse wheel speed Default is 4
  • scr.zoneflags Show zoneflags in visual mode before the title (see fz?) Default is true