@@ -72,26 +72,26 @@ The table below shows which release corresponds to each branch, and what date th
72
72
73
73
## 4.14.0 (` dev ` )
74
74
75
- - [ #2436 ] [ 2436 ] Add resolution_addr parameter to Ret2dlresolvePayload
76
- - [ #2371 ] [ 2371 ] Add functions for retrieving process mappings
77
- - [ #2360 ] [ 2360 ] Add offline parameter for ` search_by_hash ` series function
78
75
- [ #2356 ] [ 2356 ] Add local libc database provider for libcdb
76
+ - [ #2360 ] [ 2360 ] Add offline parameter for ` search_by_hash ` series function
77
+ - [ #2388 ] [ 2388 ] libcdb: add ` offline_only ` to ` search_by_symbol_offsets `
79
78
- [ #2374 ] [ 2374 ] libcdb.unstrip_libc: debug symbols are fetched only if not present
80
79
- [ #2327 ] [ 2327 ] Add basic support to debug processes on Windows
81
- - [ #2322 ] [ 2322 ] Add basic RISCV64 shellcraft support
80
+ - [ #2437 ] [ 2437 ] Support asm/disasm on Windows
82
81
- [ #2330 ] [ 2330 ] Change ` context.newline ` when setting ` context.os ` to ` "windows" `
82
+ - [ #2322 ] [ 2322 ] Add basic RISCV64 shellcraft support
83
+ - [ #2376 ] [ 2376 ] Return buffered data on first EOF in tube.readline()
84
+ - [ #2371 ] [ 2371 ] Add functions for retrieving process mappings
85
+ - [ #2398 ] [ 2398 ] Add support for generating multiple shellcodes at a time in shellcraft
83
86
- [ #2389 ] [ 2389 ] Fix passing bytes to ` context.log_file ` and ` crc.BitPolynom `
84
87
- [ #2391 ] [ 2391 ] Fix error message when passing invalid kwargs to ` xor `
85
- - [ #2376 ] [ 2376 ] Return buffered data on first EOF in tube.readline()
86
88
- [ #2387 ] [ 2387 ] Convert apport_corefile() output from bytes-like object to string
87
- - [ #2388 ] [ 2388 ] libcdb: add ` offline_only ` to ` search_by_symbol_offsets `
88
- - [ #2398 ] [ 2398 ] Add support for generating multiple shellcodes at a time in shellcraft
89
89
- [ #2415 ] [ 2415 ] Add shellcraft template for IPv6 socket
90
90
- [ #2405 ] [ 2405 ] Add "none" ssh authentication method
91
91
- [ #2427 ] [ 2427 ] Document behaviour of remote()'s sni argument as string.
92
92
- [ #2382 ] [ 2382 ] added optional port, gdb_args and gdbserver_args parameters to gdb.debug()
93
93
- [ #2435 ] [ 2435 ] Speed up gdbserver handshake in gdb.debug()
94
- - [ #2437 ] [ 2437 ] Support asm/disasm on Windows
94
+ - [ #2436 ] [ 2436 ] Add resolution_addr parameter to Ret2dlresolvePayload
95
95
96
96
[ 2436 ] : https://github.com/Gallopsled/pwntools/pull/2436
97
97
[ 2371 ] : https://github.com/Gallopsled/pwntools/pull/2371
0 commit comments