Giter Site home page Giter Site logo

Comments (5)

scwuaptx avatar scwuaptx commented on July 29, 2024

Can you give me your Dockerfile and tmux config ?
I can not reproduce the problem :(

from pwngdb.

sunichi avatar sunichi commented on July 29, 2024

It's my fault that I forget to say that I run/use gdb in pwntools. All config is default. Pwngdb work perfectly with pwntools in Docker under ubuntu:16.04 and ubuntu:18.04. Here is my dockerfile, exp.py and some operations/outputs in gdb.

From ubuntu:19.04
RUN sed -i "s/http:\/\/archive.ubuntu.com/http:\/\/mirrors.tuna.tsinghua.edu.cn/g" /etc/apt/sources.list 
RUN apt update && apt-get -y dist-upgrade
RUN apt install -y tmux gcc g++ cmake gdb git vim
RUN git clone https://github.com/longld/peda /root/peda
RUN git clone https://github.com/scwuaptx/Pwngdb /root/Pwngdb
RUN cp /root/Pwngdb/.gdbinit /root/
RUN apt-get install -y python2.7 python-pip python-dev git libssl-dev libffi-dev build-essential
RUN pip install --upgrade pip
RUN pip install --upgrade pwntools
from pwn import *
p = process('bin_path')

context.terminal = ['tmux', 'split', '-h']

gdb.attach(p)

p.interactive()
p.close()
gdb-peda$ c
Continuing.
^C^C^C^C # when I send Ctrl + c to gdb, I cannot stop it.
Program terminated with signal SIGKILL, Killed. # here I terminated the executable in another screen.
The program no longer exists.
Warning: Got Ctrl+C / SIGINT!
Error while running hook_stop:
Quit
gdb-peda$

from pwngdb.

david942j avatar david942j commented on July 29, 2024

Did you confirm that there's no bug when you disable Pwngdb?

from pwngdb.

sunichi avatar sunichi commented on July 29, 2024

Did you confirm that there's no bug when you disable Pwngdb?

You're right. I forget peda. After testing I find that it's peda's fault.

from pwngdb.

david942j avatar david942j commented on July 29, 2024

Actually I think it's a bug introduced in GDB 8.2: https://sourceware.org/bugzilla/show_bug.cgi?id=18772#c2

from pwngdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.