zer0-1s / gdb321

pwndbg、pwn-peda、pwn-gef和Pwngdb四合一,一合四,通过命令gdb-peda、gdb-pwndbg、gdb-peda轻松切换gdb插件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a script that combines pwndbg peda pwngef in one

Make sure that the local gdb has been installed before using it!
Because pwndbg needs some dependencies: such as pyelftools, etc., it is best to install pwntools before installation. The command is as follows: pip install pwntools -i https://pypi.tuna.tsinghua.edu.cn/simple

use it:

 git clone https://github.com/chenyu3050/gdb321.git
 cd ./gdb321/
 ./run_gdb.sh install

If you want to remove it, please use the remove parameter as follows:
./run_gdb.sh remove

After installation

  1. gdb-peda uses peda plug-in
  2. gdb-pwndbg uses pwndbg plug-in
  3. gdb-gef uses gef plug-in

SwitchDefaultGDB Change default gdb plug-in to pwndbg:

sudo ./Switchdefault.sh pwndbg

use it happy!

note:

  1. if you want to install it by root please run 'sudo ./run_gdb.sh '
  2. If your network is not good, please use the run_gdb_local script to run and install it in the same way

About

pwndbg、pwn-peda、pwn-gef和Pwngdb四合一,一合四,通过命令gdb-peda、gdb-pwndbg、gdb-peda轻松切换gdb插件


Languages

Language:Python 99.0%Language:Shell 0.6%Language:C 0.2%Language:Makefile 0.1%Language:Dockerfile 0.1%Language:Assembly 0.0%Language:GDB 0.0%Language:Go 0.0%