From ec4a2993869148f2f43dfa998bc9a0bc0ffa22a0 Mon Sep 17 00:00:00 2001 From: xtex Date: Wed, 22 Jan 2025 12:40:26 +0800 Subject: [PATCH] Update changelog for PR 2529 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac08c6ab..2c82bda24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,12 +79,14 @@ The table below shows which release corresponds to each branch, and what date th - [#2524][2524] Raise EOFError during `process.recv` when stdout closes on Windows - [#2526][2526] Properly make use of extra arguments in `packing` utilities. `sign` parameter requires keyword syntax to specify it. - [#2517][2517] Allow to passthru kwargs on `ssh.__getattr__` convenience function to fix SSH motd problems +- [#2529][2529] Add LoongArch64 support [2507]: https://github.com/Gallopsled/pwntools/pull/2507 [2522]: https://github.com/Gallopsled/pwntools/pull/2522 [2524]: https://github.com/Gallopsled/pwntools/pull/2524 [2526]: https://github.com/Gallopsled/pwntools/pull/2526 [2517]: https://github.com/Gallopsled/pwntools/pull/2517 +[2529]: https://github.com/Gallopsled/pwntools/pull/2529 ## 4.15.0 (`beta`) - [#2508][2508] Ignore a warning when compiling with asm on nix @@ -194,7 +196,7 @@ The table below shows which release corresponds to each branch, and what date th - [#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 +- [#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 @@ -281,7 +283,7 @@ The table below shows which release corresponds to each branch, and what date th ## 4.11.0 -- [#2185][2185] make fmtstr module able to create payload without $ notation +- [#2185][2185] make fmtstr module able to create payload without $ notation - [#2103][2103] Add search for libc binary by leaked function addresses `libcdb.search_by_symbol_offsets()` - [#2177][2177] Support for RISC-V 64-bit architecture - [#2186][2186] Enhance `ELF.nx` and `ELF.execstack`