Skip to content

Releases: Gallopsled/pwntools

Release 4.13.0beta0

22 Feb 22:31
Compare
Choose a tag to compare
Release 4.13.0beta0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 4.12.0...4.13.0beta0

Release 4.12.0

22 Feb 21:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.11.1...4.12.0

Release 4.12.0beta1

14 Nov 19:22
Compare
Choose a tag to compare
Release 4.12.0beta1 Pre-release
Pre-release

What's Changed

  • Fix _countdown_handler not invoking timeout_change; Fix value is valu… by @TanixLu in #2287
  • Fix tube.clean_and_log not logging buffered data by @peace-maker in #2272
  • FIX: Generated shebang with path to python invalid if path contains spaces by @ksshen0000 in #2285
  • shellcraft.aarch64: Fix atexit SEGV in loader by @Arusekk in #2294
  • Python 2: Fix installing from source by @peace-maker in #2298

New Contributors

Full Changelog: 4.12.0beta0...4.12.0beta1

Release 4.11.1

14 Nov 19:08
Compare
Choose a tag to compare

What's Changed

  • Fix _countdown_handler not invoking timeout_change; Fix value is valu… by @TanixLu in #2287
  • Fix tube.clean_and_log not logging buffered data by @peace-maker in #2272
  • FIX: Generated shebang with path to python invalid if path contains spaces by @ksshen0000 in #2285
  • shellcraft.aarch64: Fix atexit SEGV in loader by @Arusekk in #2294
  • Python 2: Fix installing from source by @peace-maker in #2298

New Contributors

Full Changelog: 4.11.0...4.11.1

4.12.0beta0

18 Sep 05:35
Compare
Choose a tag to compare
4.12.0beta0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 4.11.0...4.12.0beta0

Release 4.11.0

15 Sep 22:11
Compare
Choose a tag to compare

What's Changed

  • Make fmtstr module able to create payload without $ notation by @murph12F in #2185
  • Add search for libc binary by leaked function addresses by @peace-maker in #2103
  • Support for RISC-V 64-bit architecture by @Xeonacid in #2177
  • ELF.nx and ELF.execstack enhancements by @yuvalpoliti in #2186
  • Handle context.newline correctly in tube.interactive() by @peace-maker in #2129
  • Fix bug at ssh.py:download and download_file with relative paths by @goreil in #2214
  • Fix ssh.process not setting ssh_process.cwd by @peace-maker in #2241
  • Fix corefile module after pyelftools update by @peace-maker in #2261
  • Lots of bug fixes and documentation improvements

New Contributors

Full Changelog: 4.10.0...4.11.0

Release 4.11.0beta0

21 May 14:16
Compare
Choose a tag to compare
Release 4.11.0beta0 Pre-release
Pre-release
  • #2185 make fmtstr module able to create payload without $ notation
  • #2103 Add search for libc binary by leaked function addresses libcdb.search_by_symbol_offsets()
  • #2177 Support for RISC-V 64-bit architecture
  • #2186 Enhance ELF.nx and ELF.execstack
  • #2129 Handle context.newline correctly when typing in tube.interactive()

Release 4.10.0 in memoriam Zach Riggle

21 May 13:55
Compare
Choose a tag to compare

In memoriam β€” Zach Riggle β€” long time contributor and maintainer of Pwntools.

  • #2062 make pwn cyclic -l work with entry larger than 4 bytes
  • #2092 shellcraft: dup() is now called dupio() consistently across all supported arches
  • #2093 setresuid() in shellcraft uses current euid by default
  • #2125 Allow tube.recvregex to return capture groups
  • #2144 Removes p2align 2 asm() headers from x86-32, x86-64 and mips architectures to avoid inconsistent instruction length when patching binaries

Release 4.10.0beta0

29 Dec 13:16
Compare
Choose a tag to compare
Release 4.10.0beta0 Pre-release
Pre-release
  • #2062 make pwn cyclic -l work with entry larger than 4 bytes
  • #2092 shellcraft: dup() is now called dupio() consistently across all supported arches
  • #2093 setresuid() in shellcraft uses current euid by default
  • #2125 Allow tube.recvregex to return capture groups
  • #2144 Removes p2align 2 asm() headers from x86-32, x86-64 and mips architectures to avoid inconsistent instruction length when patching binaries

Release 4.9.0

29 Dec 13:15
Compare
Choose a tag to compare
  • #1975 Add libcdb commandline tool
  • #1979 Add js_escape() and js_unescape() to util.fiddling
  • #2011 Fix tube's debug output of same byte compression
  • #2023 Support KDE Konsole in run_in_new_terminal function
  • #2027 Fix ELF.libc_start_main_return with glibc 2.34
  • #2033 Quote file and core path in generated GDB script
  • #2035 Change Buffer's parent class to object
  • #2037 Allow SSH tunnel to be treated like a TCP socket (with 'raw=True')
  • #2123 Fix ROP without a writeable cache directory
  • #2124 Fix tube.recvpred() timeout argument