- [2508][2508] Ignore a warning when compiling with asm on nix
- [2471][2471] Properly close spawned kitty window
- [2358][2358] Cache output of `asm()`
- [2457][2457] Catch exception of non-ELF files in checksec.
- [2444][2444] Add `ELF.close()` to release resources
- [2413][2413] libcdb: improve the search speed of `search_by_symbol_offsets` in local libc-database
- [2470][2470] Fix waiting for gdb under WSL2
- [2479][2479] Support extracting libraries from Docker image in `pwn template`
- [2483][2483] Only print `checksec` output of `ELF.libc` when it was printed for the `ELF` already
- [2482][2482] Throw error when using `sni` and setting `server_hostname` manually in `remote`
- [2478][2478] libcdb-cli: add `--offline-only`, refactor unstrip and add fetch parser for download libc-database
- [2484][2484] Allow to disable caching
- [2291][2291] Fix attaching to a gdbserver with tuple `gdb.attach(('0.0.0.0',12345))`
- [2410][2410] Add `tube.upload_manually` to upload files in chunks
- [2502][2502] Fix loading ELF files without valid .dynamic section
- [2476][2476] Deprecate 'keepends' argument in favor of 'drop' in `tube.recvline*`
- [2364][2364] Deprecate direct commandline scripts invocation and exclude nonsense ones
[2508]: https://github.com/Gallopsled/pwntools/pull/2508
[2471]: https://github.com/Gallopsled/pwntools/pull/2471
[2358]: https://github.com/Gallopsled/pwntools/pull/2358
[2457]: https://github.com/Gallopsled/pwntools/pull/2457
[2444]: https://github.com/Gallopsled/pwntools/pull/2444
[2413]: https://github.com/Gallopsled/pwntools/pull/2413
[2470]: https://github.com/Gallopsled/pwntools/pull/2470
[2479]: https://github.com/Gallopsled/pwntools/pull/2479
[2483]: https://github.com/Gallopsled/pwntools/pull/2483
[2482]: https://github.com/Gallopsled/pwntools/pull/2482
[2478]: https://github.com/Gallopsled/pwntools/pull/2478
[2484]: https://github.com/Gallopsled/pwntools/pull/2484
[2291]: https://github.com/Gallopsled/pwntools/pull/2291
[2410]: https://github.com/Gallopsled/pwntools/pull/2410
[2502]: https://github.com/Gallopsled/pwntools/pull/2502
[2476]: https://github.com/Gallopsled/pwntools/pull/2476
[2364]: https://github.com/Gallopsled/pwntools/pull/2364