Skip to content

Commit

Permalink
comment configurations for gdb plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
huyinhao committed May 14, 2024
1 parent 8194fb9 commit a81d535
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions challenge/.gdbinit
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a81d535

Please sign in to comment.