You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ROP: fix ROP(ELF(exe)).leave is None in some ELF (Gallopsled#2506)
* ROP: fix `self.leave is None` in some libc
When `pop rbp; pop rsp; ret;` exists in libc, it is chosen instead of
`leave`. Add a specific `order` to filter out the former one.
* add changelog for Gallopsled#2506
* ROP: add sp_move when `pop rsp`
* CHANGELOG: mv Gallopsled#2506 to `5.0.0`
0 commit comments