wget https://raw.githubusercontent.com/gdbinit/Gdbinit/master/gdbinit
cp gdbinit ~/.gdbinit
git clone https://github.com/longld/peda.git ~/peda
echo "source ~/peda/peda.py" >> ~/.gdbinit
wget -q -O ~/.gdbinit-gef.py https://github.com/hugsy/gef/raw/master/gef.py
echo source ~/.gdbinit-gef.py >> ~/.gdbinit

计算padding

gdb ret2libc1

pattern create 1000

r

拷贝刚才create的字符运行

报错0x62616164

pattern search 0x62616164

gdb安装pattern、gef

gdb安装pattern、gef

gef的使用

vmmap

gdb安装pattern、gef

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
  • 2021-10-30
  • 2021-05-26
  • 2022-12-23
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2021-05-26
  • 2021-08-25
  • 2021-08-09
  • 2022-12-23
  • 2022-01-24
  • 2021-12-06
相关资源
相似解决方案