gdb-switcher
Legacy gdb / gdb-peda / gef (gdb enhanced features) / pwngdb / radare2の切り替えが簡単にできる gdb-switcher の紹介
INSTALL
$ git clone https://github.com/2O2L2H/gdb-switcher.git
$ cd gdb-switcher
$ ./install.sh
$ ./setup.sh
$ cd ~
$ source .bashrc
UNINSTALL
~/.gdbinit
から下記を削除
function gdbs() {
echo -e "\n[*] Which debugger ?"
...
}
USAGE
$ gdbs
[*] Which debugger ?
1 : Legacy GDB
2 : peda
3 : gef
4 : pwndbg
5 : radare2
2
[+] gdb-switch => peda
$ ❯ gdb -q ./executable
Reading symbols from ./executable...(no debugging symbols found)...done.
gdb-peda$