Search Criteria
Package Details: pwndbg-git 2023.07.17.pkgs.r117.ge8f423a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pwndbg-git.git (read-only, click to copy) |
---|---|
Package Base: | pwndbg-git |
Description: | Makes debugging with GDB suck less |
Upstream URL: | https://github.com/pwndbg/pwndbg |
Licenses: | MIT |
Conflicts: | pwndbg |
Provides: | pwndbg |
Submitter: | anthraxx |
Maintainer: | anthraxx |
Last Packager: | anthraxx |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-17 22:09 (UTC) |
Last Updated: | 2024-02-15 22:34 (UTC) |
Dependencies (27)
- debuginfod
- gdb (gdb-gitAUR, gdb-debug-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-capstone
- python-psutil
- python-pt
- python-ptrace
- python-pwntools (python-pwntools-gitAUR)
- python-pycparser (python-pycparser-gitAUR)
- python-pyelftools (python-pyelftools-gitAUR)
- python-pygments
- python-requests
- python-setuptools
- python-tabulate (python-tabulate-gitAUR)
- python-typing_extensions
- python-unicorn (python-unicorn-gitAUR)
- which (busybox-coreutilsAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
- checksec (checksec-gitAUR) (optional) – checksec command support
- radare2 (radare2-gitAUR) (optional) – radare2 command support
- rizin (rizin-gitAUR, rz-cutter-gitAUR) (optional) – rizin command support
- ropgadget (ropgadget-gitAUR) (optional) – ropgadget command support
- ropper (ropper-gitAUR) (optional) – ropper command support
Latest Comments
awh commented on 2023-09-25 20:20 (UTC)
Getting
Cannot find Pwndbg virtualenv directory: /usr/share/pwndbg/.venv: please re-run setup.sh
trying to run this.megascrapper commented on 2022-11-22 12:04 (UTC)
Please add debuginfod and pwntools (via python-pwntools-git) as dependencies as per the latest setup.sh and requirements.txt.
Jojohannes commented on 2019-01-02 12:05 (UTC) (edited on 2019-01-02 13:47 (UTC) by Jojohannes)
To put @Karrqs comment simpler -- just do --- echo "source /path/to/gdbinit.py" >> ~/.gdbinit
Karrq commented on 2018-03-05 21:35 (UTC)
Wasn't working until: 1- Install pygments 2- source'd the gdbinit.py in ~/.gdbinit
Shibumi commented on 2016-10-14 03:06 (UTC)