首页
社区
课程
招聘
[求助]frida spawn注入问题
发表于: 2021-9-2 15:48 15869

[求助]frida spawn注入问题

2021-9-2 15:48
15869
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
wukong@wukong Frida脚本 % frida -U -l test.js -f com.jiangjia.gif
     ____
    / _  |   Frida 14.2.18 - A world-class dynamic instrumentation toolkit
   | (_| |
    > _  |   Commands:
   /_/ |_|       help      -> Displays the help system
   . . . .       object?   -> Display information about 'object'
   . . . .       exit/quit -> Exit
   . . . .
   . . . .   More info at https://frida.re/docs/home/
Failed to spawn: timeout was reached                                   
wukong@wukong Frida脚本 % frida -U -l test.js -f com.apple.mobilecal
     ____
    / _  |   Frida 14.2.18 - A world-class dynamic instrumentation toolkit
   | (_| |
    > _  |   Commands:
   /_/ |_|       help      -> Displays the help system
   . . . .       object?   -> Display information about 'object'
   . . . .       exit/quit -> Exit
   . . . .
   . . . .   More info at https://frida.re/docs/home/
Failed to spawn: unexpectedly timed out while waiting for app to launch

为啥我用spawn注入就会失败 正常注入就成功


[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//