4

As the title says, I am trying to change the default disassembly syntax in Radare2 from Intel to AT&T. Looking up documentation, I found the following.

[0x00405e1c]> e asm.syntax=att

However, changing syntax this way does not persist across sessions. Is there a command I can use to save settings permanently?

peachykeen
  • 155
  • 1
  • 9

1 Answers1

6

From Radare2 book:

The core reads ~/.config/radare2/radare2rc while starting. You can add e commands to this file to tune the radare2 configuration to your taste.

perror
  • 19,083
  • 29
  • 87
  • 150
macro_controller
  • 1,858
  • 10
  • 28