@@ -83,6 +83,7 @@ The table below shows which release corresponds to each branch, and what date th
83
83
- [ #2527 ] [ 2527 ] Allow setting debugger path via ` context.gdb_binary `
84
84
- [ #2530 ] [ 2530 ] Do NOT error when passing directory arguments in ` checksec ` commandline tool.
85
85
- [ #2529 ] [ 2529 ] Add LoongArch64 support
86
+ - [ #2506 ] [ 2506 ] ROP: fix ` ROP(ELF(exe)).leave ` is ` None ` in some ELF
86
87
- [ #2504 ] [ 2504 ] doc: add example case for ` tuple ` (host, port pair) in ` gdb.attach `
87
88
88
89
[ 2519 ] : https://github.com/Gallopsled/pwntools/pull/2519
@@ -94,6 +95,7 @@ The table below shows which release corresponds to each branch, and what date th
94
95
[ 2527 ] : https://github.com/Gallopsled/pwntools/pull/2527
95
96
[ 2530 ] : https://github.com/Gallopsled/pwntools/pull/2530
96
97
[ 2529 ] : https://github.com/Gallopsled/pwntools/pull/2529
98
+ [ 2506 ] : https://github.com/Gallopsled/pwntools/pull/2506
97
99
[ 2504 ] : https://github.com/Gallopsled/pwntools/pull/2504
98
100
99
101
## 4.15.0 (` beta ` )
@@ -115,7 +117,6 @@ The table below shows which release corresponds to each branch, and what date th
115
117
- [ #2502 ] [ 2502 ] Fix loading ELF files without valid .dynamic section
116
118
- [ #2476 ] [ 2476 ] Deprecate 'keepends' argument in favor of 'drop' in ` tube.recvline* `
117
119
- [ #2364 ] [ 2364 ] Deprecate direct commandline scripts invocation and exclude nonsense ones
118
- - [ #2506 ] [ 2506 ] ROP: fix ` ROP(ELF(exe)).leave ` is ` None ` in some ELF
119
120
120
121
[ 2508 ] : https://github.com/Gallopsled/pwntools/pull/2508
121
122
[ 2471 ] : https://github.com/Gallopsled/pwntools/pull/2471
@@ -134,7 +135,6 @@ The table below shows which release corresponds to each branch, and what date th
134
135
[ 2502 ] : https://github.com/Gallopsled/pwntools/pull/2502
135
136
[ 2476 ] : https://github.com/Gallopsled/pwntools/pull/2476
136
137
[ 2364 ] : https://github.com/Gallopsled/pwntools/pull/2364
137
- [ 2506 ] : https://github.com/Gallopsled/pwntools/pull/2506
138
138
139
139
## 4.14.1
140
140
0 commit comments