├── LICENSE ├── readme.md └── src ├── arguments.py ├── binary.py ├── gadgets.py ├── rop.py ├── ropchain.py └── strings.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wizh/rop-chainer/HEAD/LICENSE -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wizh/rop-chainer/HEAD/readme.md -------------------------------------------------------------------------------- /src/arguments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wizh/rop-chainer/HEAD/src/arguments.py -------------------------------------------------------------------------------- /src/binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wizh/rop-chainer/HEAD/src/binary.py -------------------------------------------------------------------------------- /src/gadgets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wizh/rop-chainer/HEAD/src/gadgets.py -------------------------------------------------------------------------------- /src/rop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wizh/rop-chainer/HEAD/src/rop.py -------------------------------------------------------------------------------- /src/ropchain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wizh/rop-chainer/HEAD/src/ropchain.py -------------------------------------------------------------------------------- /src/strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wizh/rop-chainer/HEAD/src/strings.py --------------------------------------------------------------------------------