mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
fixed typo in libheap install
This commit is contained in:
parent
302f1df350
commit
4a3477bd48
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if ! grep "init-libheap" ~/.gdbinit; then
|
|||
define init-libheap
|
||||
python from libheap import *
|
||||
end
|
||||
document init-pwndbg
|
||||
document init-libheap
|
||||
Initializes the libheap gdb extension (https://github.com/cloudburst/libheap)
|
||||
end
|
||||
####
|
||||
|
|
Loading…
Reference in a new issue