scwuaptx / Pwngdb

gdb for pwn
GNU General Public License v3.0
888 stars 126 forks source link

Fix: Make compatibility to Pwndbg #52 #53

Closed laskdjlaskdj12 closed 2 months ago

laskdjlaskdj12 commented 2 months ago

Contribution Info Fix Pwngdb is not running using #52 Fix version in pwndbg.

Reason There are pwndbg.gdblib package are not implemented in source code. so i all change from pwndbg. to pwndbg.gdblib

However in pwndbg latest dev version, there are few method and field has been replace in package. Like pwndbg.gdblib.proc.exe can't find exe filed. So it might not working properly if using pwndbg latest version.

I've confirm running in debian 11 version. more specific running envirorment is under below.

OS: Devian 11 (or it might possible in ubuntu 20.04 and latest version.) pwndbg build version and commit version: 2024.02.14. 90dc42e5

pwn2ooown commented 2 months ago

Thanks for the complete and correct fix! 😀 This is my fault because I didn't test thoroughly.