@@ -79,12 +79,14 @@ The table below shows which release corresponds to each branch, and what date th
79
79
- [ #2524 ] [ 2524 ] Raise EOFError during ` process.recv ` when stdout closes on Windows
80
80
- [ #2526 ] [ 2526 ] Properly make use of extra arguments in ` packing ` utilities. ` sign ` parameter requires keyword syntax to specify it.
81
81
- [ #2517 ] [ 2517 ] Allow to passthru kwargs on ` ssh.__getattr__ ` convenience function to fix SSH motd problems
82
+ - [ #2529 ] [ 2529 ] Add LoongArch64 support
82
83
83
84
[ 2507 ] : https://github.com/Gallopsled/pwntools/pull/2507
84
85
[ 2522 ] : https://github.com/Gallopsled/pwntools/pull/2522
85
86
[ 2524 ] : https://github.com/Gallopsled/pwntools/pull/2524
86
87
[ 2526 ] : https://github.com/Gallopsled/pwntools/pull/2526
87
88
[ 2517 ] : https://github.com/Gallopsled/pwntools/pull/2517
89
+ [ 2529 ] : https://github.com/Gallopsled/pwntools/pull/2529
88
90
89
91
## 4.15.0 (` beta ` )
90
92
- [ #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
194
196
- [ #2308 ] [ 2308 ] Fix WinExec shellcraft to make sure it's 16 byte aligned
195
197
- [ #2279 ] [ 2279 ] Make ` pwn template ` always set context.binary
196
198
- [ #2310 ] [ 2310 ] Add support to start a process on Windows
197
- - [ #2335 ] [ 2335 ] Add lookup optimizations in DynELF
199
+ - [ #2335 ] [ 2335 ] Add lookup optimizations in DynELF
198
200
- [ #2334 ] [ 2334 ] Speed up disasm commandline tool with colored output
199
201
- [ #2328 ] [ 2328 ] Lookup using $PATHEXT file extensions in ` which ` on Windows
200
202
- [ #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
281
283
282
284
## 4.11.0
283
285
284
- - [ #2185 ] [ 2185 ] make fmtstr module able to create payload without $ notation
286
+ - [ #2185 ] [ 2185 ] make fmtstr module able to create payload without $ notation
285
287
- [ #2103 ] [ 2103 ] Add search for libc binary by leaked function addresses ` libcdb.search_by_symbol_offsets() `
286
288
- [ #2177 ] [ 2177 ] Support for RISC-V 64-bit architecture
287
289
- [ #2186 ] [ 2186 ] Enhance ` ELF.nx ` and ` ELF.execstack `
0 commit comments