github pwndbg/pwndbg 2025.02.19
2025.02.19 Release

one day ago

This release features commands for dumping Linux kernel nftables internals, initial support for LoongArch64 architecture, fix for GDB 16+, improved LLDB support, few commands improvements as well as lots of fixes!

See What's changed and Community Contributions for a summary of user-facing changes from this release and a list of other relevant contributions from the Pwndbg team and contributors.

Want to support us or buy us a coffee? See our Pwndbg sponsors page!

What's changed

General

  • Added commands for dumping Linux kernel nftables internals: knft_dump, knft_list_tables, knft_list_chains, knft_list_rules, knft_list_exprs, knft_list_sets, knft_list_objects and knft_list_flowtables (#2679)
  • Added initial support for LoongArch64 architecture
    • Native GDB/LLDB disassemblers are used to display the code in "disasm" context section (#2693)
    • Capstone disassembly, Unicorn Engine emulation or Pwnlib related features are not there yere (we wait for upstream libraries releases support this arch which should happen in Capstone 6 and Unicorn 2.20)
  • The cymbol command can now load symbols from header files with the -f header-filepath.h flag (#2661)
  • The dumpargs command can now display formatted bit flags - currently only for mmap flags (#2740)
  • The IDA/Binary Ninja integration server can now be configured via PWNDBG_{BINJA,IDA}_SERVER_HOST and PWNDBG_{BINJA,IDA}_SERVER_PORT environment variables (#2746)
  • Speed up installation by moving to uv package manager - useful for CI builds (#2726)
  • Updated Unicorn Engine to 2.1.2 (#2731)
  • Argparse parsing errors are now displayed more user-friendly (#2711)
  • Fixed aglib's reg_write API when writing to PC register (#2539)
  • Fixed procinfo and xinfo commands when remote debugging (#2732)
  • Fixed the onegadget command printing redundant memory access errors (#2682)
  • Fixed the mp, arena and tcache ptmalloc2 glibc heap inspection commands (#2724, #2729)
  • Fixed IPython autocompletion in ipi command on portable installation (#2739)
  • Fixed PowerPC rs6000 architecture (#2741)

GDB

  • Added support for GDB 16+ (#2686)
  • Added a workaround for GDB TUI ANSI escape sequence translation bug (#2721)
  • Fixed pwndbg.aglib.file.get_file corrupting downloaded files due to incorrect gdbstub data decoding (#2730)
  • Fixed setting/syncing of parameters set via set <param> <value> (#2749)
  • Fixed gdb.Value format failure in when context sections displayed the last_signal section (#2753)

LLDB

  • Added fallback/support for architectures supported by LLDB but not supported by Capstone disassembly engine like LoongArch64 (#2693)
  • Fixed process handling when attaching to process and added support for attach <pid|name> (#2685, #2705)
  • Fixed behavior on detach (#2709)
  • Ported version and bugreport commands (#2708)

...and many many others (updates to docs, developer docs, installation, CI workflows, refactorings etc)

Also thanks to new contributors: @podd0 (#2715), @0xRavenspar (#2661) and @LorenVS (#2740)!

Full Changelog since previous release (2025.01.20) can be found at: 2025.01.20...2025.02.19

Community Contributions

Our team and Pwndbg contributors are actively contributing to the broader open-source ecosystem. Here are some of their contributions:

Which version to download?

Don't know which version to download? Here are two helpful tables: the first one, with portable packages and the second one with packages for each Linux distro.

All of those builds include and use the same version of all Pwndbg dependencies (GDB 15.2, Python 3.12.8, latest Pwndbg, Capstone 5.0.5, Unicorn Engine 2.1.2, Pwntools 4.14.0, OneGadget etc.).

For install instructions see our README. Pwndbg can also be installed with Nix package manager as detailed here.

Platform Pwndbg GDB Pwndbg LLDB
Apple Silicon macOS pwndbg_2025.02.19_macos_amd64-portable.tar.xz pwndbg-lldb_2025.02.19_macos_amd64-portable.tar.xz
Intel macOS pwndbg_2025.02.19_macos_amd64-portable.tar.xz pwndbg-lldb_2025.02.19_macos_amd64-portable.tar.xz
x86-64/AMD64 Linux pwndbg_2025.02.19_x86_64-portable.tar.xz pwndbg-lldb_2025.02.19_x86_64-portable.tar.xz
x86-32/i686 Linux pwndbg_2025.02.19_x86_32-portable.tar.xz pwndbg-lldb_2025.02.19_x86_32-portable.tar.xz
ARM64 Linux pwndbg_2025.02.19_arm64-portable.tar.xz pwndbg-lldb_2025.02.19_arm64-portable.tar.xz
ARMv7 Linux pwndbg_2025.02.19_armv7-portable.tar.xz pwndbg-lldb_2025.02.19_armv7-portable.tar.xz
RISC-V/64 Linux pwndbg_2025.02.19_riscv64-portable.tar.xz pwndbg-lldb_2025.02.19_riscv64-portable.tar.xz
PPC64 Linux pwndbg_2025.02.19_powerpc64-portable.tar.xz pwndbg-lldb_2025.02.19_powerpc64-portable.tar.xz
PPC64LE Linux pwndbg_2025.02.19_powerpc64le-portable.tar.xz pwndbg-lldb_2025.02.19_powerpc64le-portable.tar.xz
S390x Linux pwndbg_2025.02.19_s390x-portable.tar.xz pwndbg-lldb_2025.02.19_s390x-portable.tar.xz
Linux distros Pwndbg GDB - x86_64 Pwndbg GDB - ARM64
DEB-based Systems (Debian/Ubuntu/Kali) pwndbg_2025.02.19_amd64.deb pwndbg_2025.02.19_arm64.deb
RPM-based Systems (CentOS/Alma/Rocky/RHEL) pwndbg-2025.02.19-1.x86_64.rpm pwndbg-2025.02.19-1.aarch64.rpm
Arch Linux pwndbg-2025.02.19-1-x86_64.pkg.tar.zst pwndbg-2025.02.19-1-aarch64.pkg.tar.zst
Alpine pwndbg_2025.02.19_x86_64.apk pwndbg_2025.02.19_aarch64.apk

Don't miss a new pwndbg release

NewReleases is sending notifications on new releases.