Skip to content

hnoson/gdbheap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

gdbheap

gdbheap - Python Script displaying heap information in GDB

Installation

git clone https://github.com/longld/peda.git ~/peda
echo "source ~/peda/peda.py" >> ~/.gdbinit
git clone https://github.com/hnoson/gdbheap.git ~/gdbheap
echo "source ~/gdbheap/gdbheap.py" >> ~/.gdbinit

Commands

  • heap

heap

  • heap index

heap index

  • heap address

heap address

  • heap_dump index

heap_dump index

  • heap_dump address

heap_dump address

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages