ropf is very poorly written rop gadget finder
- add support for 32 bit..
- fix bug related to printing addresses
- add support for instructions other then ret (bx, jcc...)
git clone --recursive https://github.com/ch4insmoker/ropf // recursive to include capstone lib
cd ropf
mkdir build
cd build
cmake ..
cmake --build .