1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gdb switcher

Last updated at Posted at 2019-10-21

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$ 
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?