生成失败:无法找到名称为 'o-paus' 的进程

Failed to spawn: unable to find process with name 'o-paus'

我该怎么办, 当我做 frida -U -f Telegram -l freda.js — -no-whale 并且它退出时 生成失败:无法找到名称为 'o-paus'

的进程

您只能使用它的包名称启动应用程序,但在您的示例中,您使用的是应用程序名称“Telegram”。应用名称只能用于附加到 运行 个进程。

考虑到这一点,正确的命令是:

frida -U -f org.telegram.messenger -l freda.js --no-pause