From a81d5356f90e12bf4c24fbae54a83c74672caf7a Mon Sep 17 00:00:00 2001 From: huyinhao <1457018228@qq.com> Date: Tue, 14 May 2024 15:23:15 +0800 Subject: [PATCH] comment configurations for gdb plugins --- challenge/.gdbinit | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/challenge/.gdbinit b/challenge/.gdbinit index d5f6e06bf..16f4b6aee 100644 --- a/challenge/.gdbinit +++ b/challenge/.gdbinit @@ -1,13 +1,29 @@ -source /opt/pwndbg/gdbinit.py -source /opt/Pwngdb/pwngdb.py -source /opt/Pwngdb/angelheap/gdbinit.py - -define hook-run -python -import angelheap -angelheap.init_angelheap() -end -end +# ========================================== +# For Beginner, enable pwndbg & Pwngdb Start + +# source /opt/pwndbg/gdbinit.py +# source /opt/Pwngdb/pwngdb.py +# source /opt/Pwngdb/angelheap/gdbinit.py +# define hook-run +# python +# import angelheap +# angelheap.init_angelheap() +# end +# end + +# Enable pwndbg & Pwngdb end +# ========================================== + +# ========================================== +# For Advanced, enable gef start + +# source /opt/gef/gdbinit-gef.py + +# Enable gef end +# ========================================== + +# ========================================== +# Other configurations # source /opt/splitmind/gdbinit.py # source /opt/gef/gdbinit-gef.py