From 7ab0653beceb1ebe751308a3ddcbbffd83a3f978 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Tue, 20 Feb 2024 21:33:52 +0100 Subject: [PATCH] Using packaged pwndbg --- .gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gdbinit b/.gdbinit index bc29e7b..d58a616 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1,5 +1,5 @@ set debuginfod enabled on -source /home/daniele/.config/pwndbg/gdbinit.py +source /usr/share/pwndbg/gdbinit.py source /home/daniele/.config/splitmind/gdbinit.py python import splitmind