Should I use GDB or Radare2 for reversing an executable(I am a beginner)? I try to programming in C and I got a SegFault. I want to Reverse Engineer it to get experience in Assembly and see where I get the SegFault.
I would recommend Radare2 because it's clearer than GDB and easier for beginners ;)