scwuaptx / Pwngdb

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

insert gdblib in the middle of symbol package #55

Open laskdjlaskdj12 opened 2 months ago

laskdjlaskdj12 commented 2 months ago

Contribution Info I Fix crash when using magic command in Pwngdb.

Reason Reason that i've missed the change package to insert the gdblib in commands/pwngdb. So i insert the package which pwndbg.symbol.address() to pwndbg.gdblib.symbol.address().

Test result It works properly in pwndbg 90dc42e5 commit version.