@@ -65,24 +65,26 @@ The table below shows which release corresponds to each branch, and what date th
65
65
- [ #1733 ] [ 1733 ] Update libc headers -> more syscalls available!
66
66
- [ #1876 ] [ 1876 ] add ` self.message ` and change ` sys.exc_type ` to ` sys.exec_info() ` in PwnlibException
67
67
- [ #1877 ] [ 1877 ] encoders error message handles when ` avoid ` is bytes in python3
68
+ - [ #1891 ] [ 1891 ] Keep ROP gadgets when setting registers via setattr/call
68
69
- [ #1892 ] [ 1892 ] Silence SIGPIPE error for "pwn phd"
69
70
- [ #1893 ] [ 1893 ] Fix bytes warning in "pwn cyclic"
70
71
- [ #1897 ] [ 1897 ] Add basic support for RISC-V
71
72
- [ #1903 ] [ 1903 ] Add zsh completion script
72
73
- [ #1904 ] [ 1904 ] Add bash completion script
73
74
- [ #1906 ] [ 1906 ] Defer import of several modules to save on startup time
74
- - [ #1891 ] [ 1891 ] Keep ROP gadgets when setting registers via setattr/call
75
+ - [ #1921 ] [ 1921 ] Add basic support for the bare-metal ARM specific toolchain
75
76
76
77
[ 1733 ] : https://github.com/Gallopsled/pwntools/pull/1733
77
78
[ 1876 ] : https://github.com/Gallopsled/pwntools/pull/1876
78
79
[ 1877 ] : https://github.com/Gallopsled/pwntools/pull/1877
80
+ [ 1891 ] : https://github.com/Gallopsled/pwntools/pull/1891
79
81
[ 1892 ] : https://github.com/Gallopsled/pwntools/pull/1892
80
82
[ 1893 ] : https://github.com/Gallopsled/pwntools/pull/1893
81
83
[ 1897 ] : https://github.com/Gallopsled/pwntools/pull/1897
82
84
[ 1903 ] : https://github.com/Gallopsled/pwntools/pull/1903
83
85
[ 1904 ] : https://github.com/Gallopsled/pwntools/pull/1904
84
86
[ 1906 ] : https://github.com/Gallopsled/pwntools/pull/1906
85
- [ 1891 ] : https://github.com/Gallopsled/pwntools/pull/1891
87
+ [ 1921 ] : https://github.com/Gallopsled/pwntools/pull/1921
86
88
87
89
## 4.6.0 (` beta ` )
88
90
0 commit comments