@@ -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.13.0] ( #4130-dev ) | ` dev ` |
13
- | [ 4.12.0] ( #4120-beta ) | ` beta ` |
14
- | [ 4.11.1] ( #4111-stable ) | ` stable ` | Nov 14, 2023
12
+ | [ 4.14.0] ( #4140-dev ) | ` dev ` |
13
+ | [ 4.13.0] ( #4130-beta ) | ` beta ` |
14
+ | [ 4.12.0] ( #4120-stable ) | ` stable ` | Feb 22, 2024
15
+ | [ 4.11.1] ( #4111 ) | | Nov 14, 2023
15
16
| [ 4.11.0] ( #4110 ) | | Sep 15, 2023
16
17
| [ 4.10.0] ( #4100 ) | | May 21, 2023
17
18
| [ 4.9.0] ( #490 ) | | Dec 29, 2022
@@ -68,7 +69,19 @@ The table below shows which release corresponds to each branch, and what date th
68
69
| [ 3.0.0] ( #300 ) | | Aug 20, 2016
69
70
| [ 2.2.0] ( #220 ) | | Jan 5, 2015
70
71
71
- ## 4.13.0 (` dev ` )
72
+ ## 4.14.0 (` dev ` )
73
+
74
+ - [ #2360 ] [ 2360 ] Add offline parameter for ` search_by_hash ` series function
75
+ - [ #2356 ] [ 2356 ] Add local libc database provider for libcdb
76
+ - [ #2374 ] [ 2374 ] libcdb.unstrip_libc: debug symbols are fetched only if not present
77
+ - [ #2327 ] [ 2327 ] Add basic support to debug processes on Windows
78
+
79
+ [ 2360 ] : https://github.com/Gallopsled/pwntools/pull/2360
80
+ [ 2356 ] : https://github.com/Gallopsled/pwntools/pull/2356
81
+ [ 2374 ] : https://github.com/Gallopsled/pwntools/pull/2374
82
+ [ 2327 ] : https://github.com/Gallopsled/pwntools/pull/2327
83
+
84
+ ## 4.13.0 (` beta ` )
72
85
73
86
- [ #2242 ] [ 2242 ] Term module revamp: activating special handling of terminal only when necessary
74
87
- [ #2277 ] [ 2277 ] elf: Resolve more relocations into GOT entries
@@ -97,7 +110,7 @@ The table below shows which release corresponds to each branch, and what date th
97
110
- [ #2341 ] [ 2341 ] Launch GDB correctly in iTerm on Mac
98
111
- [ #2268 ] [ 2268 ] Add a ` flatten ` argument to ` ssh.libs `
99
112
- [ #2347 ] [ 2347 ] Fix/workaround Unicorn Engine 1GB limit that calls exit()
100
- - [ #2327 ] [ 2327 ] Add basic support to debug processes on Windows
113
+ - [ #2233 ] [ 2233 ] Fix gdb.debug: exe parameter now respected, allow empty argv
101
114
102
115
[ 2242 ] : https://github.com/Gallopsled/pwntools/pull/2242
103
116
[ 2277 ] : https://github.com/Gallopsled/pwntools/pull/2277
@@ -123,9 +136,9 @@ The table below shows which release corresponds to each branch, and what date th
123
136
[ 2341 ] : https://github.com/Gallopsled/pwntools/pull/2341
124
137
[ 2268 ] : https://github.com/Gallopsled/pwntools/pull/2268
125
138
[ 2347 ] : https://github.com/Gallopsled/pwntools/pull/2347
126
- [ 2327 ] : https://github.com/Gallopsled/pwntools/pull/2327
139
+ [ 2233 ] : https://github.com/Gallopsled/pwntools/pull/2233
127
140
128
- ## 4.12.0 (` beta ` )
141
+ ## 4.12.0 (` stable ` )
129
142
130
143
- [ #2202 ] [ 2202 ] Fix ` remote ` and ` listen ` in sagemath
131
144
- [ #2117 ] [ 2117 ] Add -p (--prefix) and -s (--separator) arguments to ` hex ` command
@@ -134,6 +147,8 @@ The table below shows which release corresponds to each branch, and what date th
134
147
- [ #2212 ] [ 2212 ] Add ` --libc libc.so ` argument to ` pwn template ` command
135
148
- [ #2257 ] [ 2257 ] Allow creation of custom templates for ` pwn template ` command
136
149
- [ #2225 ] [ 2225 ] Allow empty argv in ssh.process()
150
+ - [ #2349 ] [ 2349 ] Fix term.readline omitting a trailing \n
151
+ - [ #2352 ] [ 2352 ] add ` RETURN_CONST ` as an allowed ` _const_code ` in safeeval
137
152
138
153
[ 2202 ] : https://github.com/Gallopsled/pwntools/pull/2202
139
154
[ 2117 ] : https://github.com/Gallopsled/pwntools/pull/2117
@@ -142,8 +157,10 @@ The table below shows which release corresponds to each branch, and what date th
142
157
[ 2212 ] : https://github.com/Gallopsled/pwntools/pull/2212
143
158
[ 2257 ] : https://github.com/Gallopsled/pwntools/pull/2257
144
159
[ 2225 ] : https://github.com/Gallopsled/pwntools/pull/2225
160
+ [ 2349 ] : https://github.com/Gallopsled/pwntools/pull/2349
161
+ [ 2352 ] : https://github.com/Gallopsled/pwntools/pull/2352
145
162
146
- ## 4.11.1 ( ` stable ` )
163
+ ## 4.11.1
147
164
148
165
- [ #2271 ] [ 2271 ] FIX: Generated shebang with path to python invalid if path contains spaces
149
166
- [ #2272 ] [ 2272 ] Fix ` tube.clean_and_log ` not logging buffered data
@@ -1124,4 +1141,4 @@ are mentioned here.
1124
1141
- Added a lots of shellcodes
1125
1142
- Stuff we forgot
1126
1143
- Lots of documentation fixes
1127
- - Lots of bugfixes
1144
+ - Lots of bugfixes
0 commit comments