Skip to content

v16.3-static

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 12:51
· 10 commits to develop since this release
086da3a

Changes:

  • Updated gdb to v16.3
  • Use musl-based compilers. This should make the gdb & gdbserver binaries compatible across different distributions.
  • Add compressed debug sections support. This is used commonly in android. Thanks you @sabae-valve !
  • Add python-ctypes support (via libffi)
  • Added the needed python-modules for GEF to work.

Release artifacts are divided into 2 types:

  • Slim releases contain all of the base features (aside the ones mentioned below).
  • Full releases also contain python & cross-architecture debugging support.
    Please note that full release binaries are bigger (hence the split).

Contributors to this version:
@guyush1 @roddyrap @sabae-valve