mipsrop:https://github.com/OraclePi/IDA_plugins/tree/main/mipsrop
将上述链接中的文件复制到ida安装目录的plugins目录下
插件运行时输出窗口内容如下即成功
Propagating type information...
Function argument information has been propagated
The initial autoanalysis has been finished.
MIPS ROP Finder activated, found 1077 controllable jumps between 0x00000000 and 0x0008A1D4
如果运行指令报错NameError: name 'mipsrop' is not defined
idapython中输入即可
import mipsrop
mipsrop = mipsrop.MIPSROPFinder()