scr
scr.atportV@ starts a background http server and spawns an r2 -C Default is falsescr.breaklinesBreak lines in Visual instead of truncating them Default is false- Use
scr.breaklinesto stop comment overflow from the screen
- Use
scr.breakwordEmulate 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.bytesColorize 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.columnsForce console column count (width) Default is 0scr.echoShow rcons output in realtime to stderr and buffer Default is falsescr.feedbackSet visual feedback level (1=arrow on jump, 2=every key (useful for videos)) Default is 1-
🚀 Set
scr.feedbackto 2 to see what button was pressed / key presses in visual mode. does slow down the screen a bit asciinema
-
scr.fgetsUse fgets() instead of dietline for prompt input Default is falsescr.fix.columnsWorkaround for Prompt iOS SSH client Default is 0scr.fix.rowsWorkaround for Linux TTY Default is 0scr.flushForce flush to console in realtime (breaks scripting) Default is falsescr.fpsShow FPS in Visual Default is falsescr.highlightHighlight that word at RCons level-
🚀Use
scr.highlightto highlight anything in the disassembly. asciinema
-
scr.histsaveAlways save history on exit Default is truescr.htmlDisassembly uses HTML syntax Default is false-
scr.htmlEnabling this will output any command in html format. Useful when working with a web ui in radare2.
-
scr.interactiveStart in interactive mode Default is truescr.linesleepFlush sleeping some ms in every line Default is 0scr.nkeySelect visual seek mode (affects n/N visual commands) Default is flagscr.nullShow no output Default is falsescr.pagerSelect pager program (when output overflows the window)-
🚀
scr.pagercan be configured to address output overflow. Example,scr.pager = less -Rasciinema
-
scr.pagesizeFlush in pages when scr.linesleep is != 0 Default is 1scr.pipecolorEnable colors when using pipes Default is falsescr.promptShow user prompt (used by r2 -q) Default is truescr.promptfileShow user prompt file (used by r2 -q) Default is falsescr.promptflagShow flag name in the prompt Default is falsescr.promptsectShow section name in the prompt Default is falsescr.rainbowShows rainbow colors depending of address Default is false-
🚀
scr.rainbowChanges 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.randpalRandom color palete or just get the next one from 'eco' Default is false scr.responsiveAuto-adjust Visual depending on screen (e.g. unset asm.bytes) Default is falsescr.rgbcolorUse RGB colors (not available on Windows) Default is truescr.rowsForce console row count (height) (duplicate?) Default is 0scr.seekSeek to the specified address on startup-
Use
sec.seek = mainto automatically seek to main at startup
-
scr.slowDo slow stuff on visual mode like RFlag.get_at(true)scr.teePipe output to file of this name-
🚀 Similar to the tee command in linux
scr.teecan be used to write all outputs from r2 to a file. asciinema
-
scr.ttsUse tts if available by a command (see ic) Default is falsescr.utf8🚀 Show UTF-8 characters instead of ANSI Default is false asciinemascr.utf8.curvyShow curved UTF-8 corners (requires scr.utf8) Default is falsescr.wheelMouse wheel in Visual; temporaryly disable/reenable by right click/Enter) Default is truescr.wheelnkeyUse sn/sp and scr.nkey on wheel instead of scroll Default is falsescr.wheelspeedMouse wheel speed Default is 4scr.zoneflagsShow 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