@@ -9,9 +9,10 @@ The table below shows which release corresponds to each branch, and what date th
9
9
10
10
| Version | Branch | Release Date |
11
11
| ---------------- | -------- | ---------------------- |
12
- | [ 4.15.0] ( #4150-dev ) | ` dev ` |
13
- | [ 4.14.0] ( #4140-beta ) | ` beta ` |
14
- | [ 4.13.1] ( #4131-stable ) | ` stable ` | Sep 29, 2024
12
+ | [ 5.0.0] ( #500-dev ) | ` dev ` |
13
+ | [ 4.15.0] ( #4150-beta ) | ` beta ` |
14
+ | [ 4.14.0] ( #4140-stable ) | ` stable ` | Jan 15, 2025
15
+ | [ 4.13.1] ( #4131 ) | | Sep 29, 2024
15
16
| [ 4.13.0] ( #4130 ) | | Aug 12, 2024
16
17
| [ 4.12.0] ( #4120 ) | | Feb 22, 2024
17
18
| [ 4.11.1] ( #4111 ) | | Nov 14, 2023
@@ -71,8 +72,11 @@ The table below shows which release corresponds to each branch, and what date th
71
72
| [ 3.0.0] ( #300 ) | | Aug 20, 2016
72
73
| [ 2.2.0] ( #220 ) | | Jan 5, 2015
73
74
74
- ## 4.15 .0 (` dev ` )
75
+ ## 5.0 .0 (` dev ` )
75
76
77
+
78
+ ## 4.15.0 (` beta ` )
79
+ - [ #2508 ] [ 2508 ] Ignore a warning when compiling with asm on nix
76
80
- [ #2471 ] [ 2471 ] Properly close spawned kitty window
77
81
- [ #2358 ] [ 2358 ] Cache output of ` asm() `
78
82
- [ #2457 ] [ 2457 ] Catch exception of non-ELF files in checksec.
@@ -90,6 +94,7 @@ The table below shows which release corresponds to each branch, and what date th
90
94
- [ #2476 ] [ 2476 ] Deprecate 'keepends' argument in favor of 'drop' in ` tube.recvline* `
91
95
- [ #2364 ] [ 2364 ] Deprecate direct commandline scripts invocation and exclude nonsense ones
92
96
97
+ [ 2508 ] : https://github.com/Gallopsled/pwntools/pull/2508
93
98
[ 2471 ] : https://github.com/Gallopsled/pwntools/pull/2471
94
99
[ 2358 ] : https://github.com/Gallopsled/pwntools/pull/2358
95
100
[ 2457 ] : https://github.com/Gallopsled/pwntools/pull/2457
@@ -107,7 +112,7 @@ The table below shows which release corresponds to each branch, and what date th
107
112
[ 2476 ] : https://github.com/Gallopsled/pwntools/pull/2476
108
113
[ 2364 ] : https://github.com/Gallopsled/pwntools/pull/2364
109
114
110
- ## 4.14.0 (` beta ` )
115
+ ## 4.14.0 (` stable ` )
111
116
112
117
- [ #2356 ] [ 2356 ] Add local libc database provider for libcdb
113
118
- [ #2360 ] [ 2360 ] Add offline parameter for ` search_by_hash ` series function
@@ -129,6 +134,7 @@ The table below shows which release corresponds to each branch, and what date th
129
134
- [ #2382 ] [ 2382 ] added optional port, gdb_args and gdbserver_args parameters to gdb.debug()
130
135
- [ #2435 ] [ 2435 ] Speed up gdbserver handshake in gdb.debug()
131
136
- [ #2436 ] [ 2436 ] Add resolution_addr parameter to Ret2dlresolvePayload
137
+ - [ #2497 ] [ 2497 ] Fix remote.fromsocket() to handle AF_INET6 socket
132
138
133
139
[ 2436 ] : https://github.com/Gallopsled/pwntools/pull/2436
134
140
[ 2371 ] : https://github.com/Gallopsled/pwntools/pull/2371
@@ -150,14 +156,9 @@ The table below shows which release corresponds to each branch, and what date th
150
156
[ 2382 ] : https://github.com/Gallopsled/pwntools/pull/2382
151
157
[ 2435 ] : https://github.com/Gallopsled/pwntools/pull/2435
152
158
[ 2437 ] : https://github.com/Gallopsled/pwntools/pull/2437
153
-
154
- ## 4.13.2
155
-
156
- - [ #2497 ] [ 2497 ] Fix remote.fromsocket() to handle AF_INET6 socket
157
-
158
159
[ 2497 ] : https://github.com/Gallopsled/pwntools/pull/2497
159
160
160
- ## 4.13.1 ( ` stable ` )
161
+ ## 4.13.1
161
162
162
163
- [ #2445 ] [ 2445 ] Fix parsing the PLT on Windows
163
164
- [ #2466 ] [ 2466 ] Fix PLT emulation with Unicorn 2.1.0
0 commit comments