Package Details: pwndbg-git 2023.07.17.pkgs.r117.ge8f423a-1

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)

Latest Comments

1 2 Next › Last »

gavinbeatty commented on 2025-10-05 22:14 (UTC)

Thanks, awh. After comparing functionality (that I need), and the github issues for pwndbg (their packaging/dep situation seems to be getting more and more bespoke), I'm doing same.

awh commented on 2025-10-05 19:35 (UTC)

@gavinbeatty I just use gef now.

gavinbeatty commented on 2025-10-05 19:30 (UTC)

Is there a solution for the venv error @awh mentioned? They seem to have removed the .skip-venv workaround for the gdbinit.py we're using. Their project structure is baffling to me, they have numerous other gdbinit.py that have such workarounds with .skip-venv or .pwndbg_root, but not the one this package uses).

I get this error every time I run, and am forced to use their enormous portable release instead of this package for now.

BTW to avoid editing your ~/.config/gdb/gdbinit you can run like gdb -x /usr/share/pwndbg/gdbinit.py ...

Gepardgame commented on 2025-09-10 16:45 (UTC)

install: cannot stat 'FEATURES.md': No such file or directory

Should be fixed with replacing FEATURES.md in line 74 to docs/features.md (Works for me at least)

dv3lood commented on 2025-03-11 01:16 (UTC)

the newest version needs python-hatchling as its dependencies.

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