Pwntools Versions Save

CTF framework and exploit development library

4.13.0beta0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/Gallopsled/pwntools/compare/4.12.0...4.13.0beta0

4.12.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/Gallopsled/pwntools/compare/4.11.1...4.12.0

4.12.0beta1

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Gallopsled/pwntools/compare/4.12.0beta0...4.12.0beta1

4.11.1

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Gallopsled/pwntools/compare/4.11.0...4.11.1

4.12.0beta0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Gallopsled/pwntools/compare/4.11.0...4.12.0beta0

4.11.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Gallopsled/pwntools/compare/4.10.0...4.11.0

4.11.0beta0

10 months ago
  • #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()

4.10.0

10 months ago

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

4.10.0beta0

1 year ago
  • #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

4.9.0

1 year ago
  • #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