Skip to content

Commit c72886a

Browse files
authored
Fix 4.11 beta changelog (Gallopsled#2198)
It included the changes in stable again.
1 parent 9dfc4d7 commit c72886a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

CHANGELOG.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,23 +73,13 @@ The table below shows which release corresponds to each branch, and what date th
7373
## 4.11.0 (`beta`)
7474

7575
- [#2185][2185] make fmtstr module able to create payload without $ notation
76-
- [#2062][2062] make pwn cyclic -l work with entry larger than 4 bytes
77-
- [#2092][2092] shellcraft: dup() is now called dupio() consistently across all supported arches
78-
- [#2093][2093] setresuid() in shellcraft uses current euid by default
7976
- [#2103][2103] Add search for libc binary by leaked function addresses `libcdb.search_by_symbol_offsets()`
80-
- [#2125][2125] Allow tube.recvregex to return capture groups
81-
- [#2144][2144] Removes `p2align 2` `asm()` headers from `x86-32`, `x86-64` and `mips` architectures to avoid inconsistent instruction length when patching binaries
8277
- [#2177][2177] Support for RISC-V 64-bit architecture
8378
- [#2186][2186] Enhance `ELF.nx` and `ELF.execstack`
8479
- [#2129][2129] Handle `context.newline` correctly when typing in `tube.interactive()`
8580

8681
[2185]: https://github.com/Gallopsled/pwntools/pull/2185
87-
[2062]: https://github.com/Gallopsled/pwntools/pull/2062
88-
[2092]: https://github.com/Gallopsled/pwntools/pull/2092
89-
[2093]: https://github.com/Gallopsled/pwntools/pull/2093
9082
[2103]: https://github.com/Gallopsled/pwntools/pull/2103
91-
[2125]: https://github.com/Gallopsled/pwntools/pull/2125
92-
[2144]: https://github.com/Gallopsled/pwntools/pull/2144
9383
[2177]: https://github.com/Gallopsled/pwntools/pull/2177
9484
[2186]: https://github.com/Gallopsled/pwntools/pull/2186
9585
[2129]: https://github.com/Gallopsled/pwntools/pull/2129

0 commit comments

Comments
 (0)