BAYET

Results 3 issues of BAYET

The pattern of a `pop pc` gadget in [arch.py](https://github.com/sashs/Ropper/blob/master/ropper/arch.py#L386) does not cover all the cases, making ropper to miss a lot of gadgets in ARM and ARMBE. Fix this pattern...

Since binutils 2.31, the options --enable-separate-code is enabled by default for Linux x86 binaries. (see changelog https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=ld/NEWS;hb=refs/tags/binutils-2_31) This new version of binutils is the version of last Debian Unstable. You...

Last few days I played a bit with the new fork mechanism, child gating. I've been trying on x86_64, which worked fine, then I tried on x86, and I couldn't...