-
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
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule dnscrypt-proxy
updated
from 49e357 to bcbf2d
Submodule pwndbg
updated
15 files
+1 −1 | README.md | |
+11 −0 | docs/blog/.authors.yml | |
+3 −0 | docs/blog/.meta.yml | |
+131 −0 | docs/blog/posts/pwndbg-coding-sprints-report.md | |
+2 −1 | docs/requirements.txt | |
+80 −0 | docs/setup.md | |
+11 −6 | mkdocs.yml | |
+10 −0 | pwndbg/chain.py | |
+3 −0 | pwndbg/color/context.py | |
+6 −1 | pwndbg/commands/telescope.py | |
+10 −1 | pwndbg/disasm/__init__.py | |
+2 −0 | pwndbg/disasm/x86.py | |
+9 −1 | pwndbg/gdblib/memory.py | |
+1 −0 | scripts/docs-live.sh | |
+6 −0 | scripts/gen_ref_pages.py |
Submodule oh-my-zsh
updated
from 1c8dee to f7b647