@@ -80,6 +80,17 @@ The table below shows which release corresponds to each branch, and what date th
8080- [ #2308 ] [ 2308 ] Fix WinExec shellcraft to make sure it's 16 byte aligned
8181- [ #2279 ] [ 2279 ] Make ` pwn template ` always set context.binary
8282- [ #2310 ] [ 2310 ] Add support to start a process on Windows
83+ - [ #2334 ] [ 2334 ] Speed up disasm commandline tool with colored output
84+ - [ #2328 ] [ 2328 ] Lookup using $PATHEXT file extensions in ` which ` on Windows
85+ - [ #2189 ] [ 2189 ] Explicitly define p64/u64 functions for IDE support
86+ - [ #2339 ] [ 2339 ] Fix: Allow setting attributes on gdb Breakpoints
87+ - [ #2323 ] [ 2323 ] Retry failed lookups after one week in libcdb
88+ - [ #2325 ] [ 2325 ] Match against local system libc first in libcdb
89+ - [ #2336 ] [ 2336 ] Add ` ELF.stripped ` and ` ELF.debuginfo ` properties
90+ - [ #2161 ] [ 2161 ] Add basic support for darwin shellcraft/asm/disasm/run_shellcode/run_assembly
91+ - [ #2161 ] [ 2161 ] Fix freebsd amd64 SyscallABI
92+ - [ #2160 ] [ 2161 ] Fix invalid shellcraft.mov on arm64
93+ - [ #2284 ] [ 2161 ] Fix invalid shellcraft.pushstr_array on arm64
8394
8495[ 2242 ] : https://github.com/Gallopsled/pwntools/pull/2242
8596[ 2277 ] : https://github.com/Gallopsled/pwntools/pull/2277
@@ -91,6 +102,14 @@ The table below shows which release corresponds to each branch, and what date th
91102[ 2308 ] : https://github.com/Gallopsled/pwntools/pull/2308
92103[ 2279 ] : https://github.com/Gallopsled/pwntools/pull/2279
93104[ 2310 ] : https://github.com/Gallopsled/pwntools/pull/2310
105+ [ 2334 ] : https://github.com/Gallopsled/pwntools/pull/2334
106+ [ 2328 ] : https://github.com/Gallopsled/pwntools/pull/2328
107+ [ 2189 ] : https://github.com/Gallopsled/pwntools/pull/2189
108+ [ 2339 ] : https://github.com/Gallopsled/pwntools/pull/2339
109+ [ 2323 ] : https://github.com/Gallopsled/pwntools/pull/2323
110+ [ 2325 ] : https://github.com/Gallopsled/pwntools/pull/2325
111+ [ 2336 ] : https://github.com/Gallopsled/pwntools/pull/2336
112+ [ 2161 ] : https://github.com/Gallopsled/pwntools/pull/2161
94113
95114## 4.12.0 (` beta ` )
96115
@@ -1091,4 +1110,4 @@ are mentioned here.
10911110- Added a lots of shellcodes
10921111- Stuff we forgot
10931112- Lots of documentation fixes
1094- - Lots of bugfixes
1113+ - Lots of bugfixes
0 commit comments