cmd

  • cmd.bp Run when a breakpoint is hit
  • cmd.cprompt Column visual prompt commands
  • cmd.depth Maximum command depth Default is 10
  • cmd.esil.intr Command to run when an esil interrupt happens
  • cmd.esil.ioer Command to run when esil fails to IO (invalid read/write)
  • cmd.esil.mdev Command to run when memory device address is accessed
  • cmd.esil.todo Command to run when the esil instruction contains TODO
  • cmd.esil.trap Command to run when an esil trap happens
  • cmd.fcn.delete Run when a function is deleted
  • cmd.fcn.new Run when new function is analyzed
  • cmd.fcn.rename Run when a function is renamed
  • cmd.gprompt Graph visual prompt commands
  • cmd.graph Command executed by 'agv' command to view graphs Default is agf
  • cmd.hit Run when a search hit is found
  • Run a command/action when a search hit is found

  • cmd.hitinfo Show info when a tracepoint/breakpoint is hit Default is 1
  • cmd.load Run when binary is loaded
  • cmd.log Every time a new T log is added run this command
  • cmd.open Run when file is opened
  • cmd.pdc Select pseudo-decompiler command to run after pdc
    • To change the default pseudo code view in V!, install r2pm -i r2dec and then e cmd.pdc = pdd

  • cmd.prompt Prompt commands
  • cmd.repeat Empty command an alias for '..' (repeat last command) Default is false
  • cmd.stack Command to display the stack in visual debug mode
    • 🚀 Use a macro to change to an alternate view of the stack (changeStackView , e cmd.stack = pxr 40@r:SP, e dbg.slow=false) asciinema From @NistelbergerK

  • cmd.times Run when a command is repeated (number prefix)
  • cmd.visual Replace current print mode
  • cmd.vprompt Visual prompt commands
  • cmd.xterm xterm command to spawn with V@ Default is xterm -bg black -fg gray -e