- Author:ZERO-A-ONE
- Date:2021-06-25
我们可以选择使用ROPgadget或者ropper两款工具
查找gadget:
$ ROPgadget --binary [file] | grep "xxx"
$ ropper --file [file] --search "xxx"
生成ROPchain:
$ ropper --file [file] --chain execve
$ ROPgadget --binary [file] --ropchain