diff --git a/CHANGELOG.md b/CHANGELOG.md index b60a9a9dc..26b63fefd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,6 +78,7 @@ The table below shows which release corresponds to each branch, and what date th - [#2307][2307] Fix `pwn libcdb file` crashing if "/bin/sh" string was not found - [#2309][2309] Detect challenge binary and libc in `pwn template` - [#2308][2308] Fix WinExec shellcraft to make sure it's 16 byte aligned +- [#2322][2322] Add basic RISCV64 shellcraft support [2242]: https://github.com/Gallopsled/pwntools/pull/2242 [2277]: https://github.com/Gallopsled/pwntools/pull/2277 @@ -87,6 +88,7 @@ The table below shows which release corresponds to each branch, and what date th [2307]: https://github.com/Gallopsled/pwntools/pull/2307 [2309]: https://github.com/Gallopsled/pwntools/pull/2309 [2308]: https://github.com/Gallopsled/pwntools/pull/2308 +[2322]: https://github.com/Gallopsled/pwntools/pull/2322 ## 4.12.0 (`beta`)