Pwntools

Latest version: v4.14.1

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 21

4.14.0

- [2356][2356] Add local libc database provider for libcdb
- [2360][2360] Add offline parameter for `search_by_hash` series function
- [2388][2388] libcdb: add `offline_only` to `search_by_symbol_offsets`
- [2374][2374] libcdb.unstrip_libc: debug symbols are fetched only if not present
- [2327][2327] Add basic support to debug processes on Windows
- [2437][2437] Support asm/disasm on Windows
- [2330][2330] Change `context.newline` when setting `context.os` to `"windows"`
- [2322][2322] Add basic RISCV64 shellcraft support
- [2376][2376] Return buffered data on first EOF in tube.readline()
- [2371][2371] Add functions for retrieving process mappings
- [2398][2398] Add support for generating multiple shellcodes at a time in shellcraft
- [2389][2389] Fix passing bytes to `context.log_file` and `crc.BitPolynom`
- [2391][2391] Fix error message when passing invalid kwargs to `xor`
- [2387][2387] Convert apport_corefile() output from bytes-like object to string
- [2415][2415] Add shellcraft template for IPv6 socket
- [2405][2405] Add "none" ssh authentication method
- [2427][2427] Document behaviour of remote()'s sni argument as string.
- [2382][2382] added optional port, gdb_args and gdbserver_args parameters to gdb.debug()
- [2435][2435] Speed up gdbserver handshake in gdb.debug()
- [2436][2436] Add resolution_addr parameter to Ret2dlresolvePayload
- [2497][2497] Fix remote.fromsocket() to handle AF_INET6 socket

[2436]: https://github.com/Gallopsled/pwntools/pull/2436
[2371]: https://github.com/Gallopsled/pwntools/pull/2371
[2360]: https://github.com/Gallopsled/pwntools/pull/2360
[2356]: https://github.com/Gallopsled/pwntools/pull/2356
[2374]: https://github.com/Gallopsled/pwntools/pull/2374
[2327]: https://github.com/Gallopsled/pwntools/pull/2327
[2322]: https://github.com/Gallopsled/pwntools/pull/2322
[2330]: https://github.com/Gallopsled/pwntools/pull/2330
[2389]: https://github.com/Gallopsled/pwntools/pull/2389
[2391]: https://github.com/Gallopsled/pwntools/pull/2391
[2376]: https://github.com/Gallopsled/pwntools/pull/2376
[2387]: https://github.com/Gallopsled/pwntools/pull/2387
[2388]: https://github.com/Gallopsled/pwntools/pull/2388
[2398]: https://github.com/Gallopsled/pwntools/pull/2398
[2415]: https://github.com/Gallopsled/pwntools/pull/2415
[2405]: https://github.com/Gallopsled/pwntools/pull/2405
[2427]: https://github.com/Gallopsled/pwntools/pull/2405
[2382]: https://github.com/Gallopsled/pwntools/pull/2382
[2435]: https://github.com/Gallopsled/pwntools/pull/2435
[2437]: https://github.com/Gallopsled/pwntools/pull/2437
[2497]: https://github.com/Gallopsled/pwntools/pull/2497

4.13.14131

4.13.04130

4.13.1

- [2445][2445] Fix parsing the PLT on Windows
- [2466][2466] Fix PLT emulation with Unicorn 2.1.0
- [2466][2466] Switch to PyPi Simple API for update checks
- [2467][2467] Fix loading at all on Windows
- [2469][2469] GDB 15+ rpyc detection

[2445]: https://github.com/Gallopsled/pwntools/pull/2445
[2466]: https://github.com/Gallopsled/pwntools/pull/2466
[2467]: https://github.com/Gallopsled/pwntools/pull/2467
[2469]: https://github.com/Gallopsled/pwntools/pull/2469

4.13.0

- [2242][2242] Term module revamp: activating special handling of terminal only when necessary
- [2277][2277] elf: Resolve more relocations into GOT entries
- [2281][2281] FIX: Getting right amount of data for search fix
- [2293][2293] Add x86 CET status to checksec output
- [1763][1763] Allow to add to the existing environment in `process` instead of replacing it
- [2307][2307] Fix `pwn libcdb file` crashing if "/bin/sh" string was not found
- [2309][2309] Detect challenge binary and libc in `pwn template`
- [2308][2308] Fix WinExec shellcraft to make sure it's 16 byte aligned
- [2279][2279] Make `pwn template` always set context.binary
- [2310][2310] Add support to start a process on Windows
- [2335][2335] Add lookup optimizations in DynELF
- [2334][2334] Speed up disasm commandline tool with colored output
- [2328][2328] Lookup using $PATHEXT file extensions in `which` on Windows
- [2189][2189] Explicitly define p64/u64 functions for IDE support
- [2339][2339] Fix: Allow setting attributes on gdb Breakpoints
- [2323][2323] Retry failed lookups after one week in libcdb
- [2325][2325] Match against local system libc first in libcdb
- [2336][2336] Add `ELF.stripped` and `ELF.debuginfo` properties
- [2161][2161] Add basic support for darwin shellcraft/asm/disasm/run_shellcode/run_assembly
- [2161][2161] Fix freebsd amd64 SyscallABI
- [2160][2161] Fix invalid shellcraft.mov on arm64
- [2284][2161] Fix invalid shellcraft.pushstr_array on arm64
- [2345][2345] Fix pwn constgrep when it matches a non-constant type
- [2338][2338] Fix: follow symlink for libs on ssh connection
- [2341][2341] Launch GDB correctly in iTerm on Mac
- [2268][2268] Add a `flatten` argument to `ssh.libs`
- [2347][2347] Fix/workaround Unicorn Engine 1GB limit that calls exit()
- [2233][2233] Fix gdb.debug: exe parameter now respected, allow empty argv
- [2373][2373] Fix displaying bright color variation in terminal output
- [2378][2378] Don't go though a shell in `gdb.debug`

[2242]: https://github.com/Gallopsled/pwntools/pull/2242
[2277]: https://github.com/Gallopsled/pwntools/pull/2277
[2281]: https://github.com/Gallopsled/pwntools/pull/2281
[2293]: https://github.com/Gallopsled/pwntools/pull/2293
[1763]: https://github.com/Gallopsled/pwntools/pull/1763
[2307]: https://github.com/Gallopsled/pwntools/pull/2307
[2309]: https://github.com/Gallopsled/pwntools/pull/2309
[2308]: https://github.com/Gallopsled/pwntools/pull/2308
[2279]: https://github.com/Gallopsled/pwntools/pull/2279
[2310]: https://github.com/Gallopsled/pwntools/pull/2310
[2335]: https://github.com/Gallopsled/pwntools/pull/2335
[2334]: https://github.com/Gallopsled/pwntools/pull/2334
[2328]: https://github.com/Gallopsled/pwntools/pull/2328
[2189]: https://github.com/Gallopsled/pwntools/pull/2189
[2339]: https://github.com/Gallopsled/pwntools/pull/2339
[2323]: https://github.com/Gallopsled/pwntools/pull/2323
[2325]: https://github.com/Gallopsled/pwntools/pull/2325
[2336]: https://github.com/Gallopsled/pwntools/pull/2336
[2161]: https://github.com/Gallopsled/pwntools/pull/2161
[2345]: https://github.com/Gallopsled/pwntools/pull/2345
[2338]: https://github.com/Gallopsled/pwntools/pull/2338
[2341]: https://github.com/Gallopsled/pwntools/pull/2341
[2268]: https://github.com/Gallopsled/pwntools/pull/2268
[2347]: https://github.com/Gallopsled/pwntools/pull/2347
[2233]: https://github.com/Gallopsled/pwntools/pull/2233
[2373]: https://github.com/Gallopsled/pwntools/pull/2373
[2378]: https://github.com/Gallopsled/pwntools/pull/2378

4.12.04120

Page 2 of 21

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.