added peda to my gdb config
This commit is contained in:
parent
c4525c0244
commit
2132ba7641
2 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,7 @@ git clone https://github.com/tomtom/quickfixsigns_vim/ vim-quickfixsigns
|
|||
git clone https://github.com/chriskempson/base16-xresources.git
|
||||
git clone https://github.com/chriskempson/base16-vim.git
|
||||
git clone https://github.com/chriskempson/base16-iterm2.git
|
||||
git clone https://github.com/longld/peda.git
|
||||
|
||||
# Private
|
||||
git clone stv0g@lian.0l.de:/var/git/private/pass.git
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
set auto-load safe-path /
|
||||
set disassembly-flavor intel
|
||||
set radix 16
|
||||
|
||||
source ~/.homesick/repos/peda/peda.py
|
||||
|
|
Loading…
Add table
Reference in a new issue