DESCRIPTION
radarerc is the file that will be executed by radare(1) at startup if no '-n' flag is used.This is a radare script, so you can use any available radare command at every line. Here's a list of the most common configuration commands used at startup:
- -e scr.color=true
- Enable ansi-color in the shell
- -e file.id=true
- Identify binary file information (architecture, base address, entrypoint, ...)
- -e file.flag=true
- Flag symbol information in sym flagspace and so on (sym.main, ...)
AUTHORS
pancake <@youterm.com>