-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule dnscrypt-proxy
updated
from b37a5c to 0ba728
Submodule pwndbg
updated
10 files
+35 −1 | .github/workflows/releases.yml | |
+48 −1 | README.md | |
+1 −1 | gdbinit.py | |
+33 −33 | poetry.lock | |
+1 −0 | pwndbg/commands/__init__.py | |
+17 −1 | pwndbg/commands/checksec.py | |
+54 −0 | pwndbg/commands/heap.py | |
+108 −0 | pwndbg/commands/sigreturn.py | |
+17 −0 | pwndbg/heap/ptmalloc.py | |
+1 −1 | pyproject.toml |
Submodule oh-my-zsh
updated
from 632ed4 to 7a30bc
Submodule zsh-completions
updated
4 files
+2 −0 | src/_cmake | |
+27 −2 | src/_dart | |
+2 −1 | src/_flutter | |
+3 −1 | src/_node |