Gallopsled / pwntools

CTF framework and exploit development library
http://pwntools.com
Other
11.99k stars 1.7k forks source link

Fix: GDB 15 rpyc detection #2459

Closed SecT0uch closed 1 week ago

SecT0uch commented 3 weeks ago

Fixes #2458

peace-maker commented 1 week ago

Thank you for the fix! os._exit is pretty bad for resources so I'd rather use gdb.execute("quit 123") instead. Can you change this up please?

Since the stable and beta releases are affected too, can you retarget your pull request against the stable branch instead of dev please?

We will be testing on Ubuntu 24.04 soon since we're using ubuntu-latest in CI. https://github.blog/changelog/2024-09-25-actions-new-images-and-ubuntu-latest-changes/

SecT0uch commented 1 week ago

Closing an will open a PR based on stable

SecT0uch commented 1 week ago

See #2469