好友
阅读权限10
听众
最后登录1970-1-1
|
通过简单的直接注入是没问题的,通过spawn就报错
(E:\Environment\conda\frIDA) E:\Android\frida-hook-lab>frida -U SimpleLogin -l src/dlopen.js
____
/ _ | Frida 16.7.3 - 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/
. . . .
. . . . Connected to MHA AL00 (id=192.234.0.238:5555)
[MHA AL00::SimpleLogin ]-> quit
Thank you for using Frida!
(E:\Environment\conda\frida) E:\Android\frida-hook-lab>frida -U -f SimpleLogin -l src/dlopen.js
____
/ _ | Frida 16.7.3 - 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/
. . . .
. . . . Connected to MHA AL00 (id=192.234.0.238:5555)
Failed to spawn: the connection is closed
(E:\Environment\conda\frida) E:\Android\frida-hook-lab>frida -U -f SimpleLogin -l src/dlopen.js
____
/ _ | Frida 16.7.3 - 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/
. . . .
. . . . Connected to MHA AL00 (id=192.234.0.238:5555)
Failed to spawn: the connection is closed
(E:\Environment\conda\frida) E:\Android\frida-hook-lab>frida -U -f com.nctf.simplelogin -l src/dlopen.js
____
/ _ | Frida 16.7.3 - 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/
. . . .
. . . . Connected to MHA AL00 (id=192.234.0.238:5555)
Failed to spawn: the connection is closed
(E:\Environment\conda\frida) E:\Android\frida-hook-lab> 听说是selinux的问题,我修改也报错,如下
(base) PS C:\Users\BoyChai> adb shell
HWMHA:/ $ su
HWMHA:/ # getenforce
Enforcing
HWMHA:/ # setenforce 0
setenforce: Couldn't set enforcing status to '0': Invalid argument
1|HWMHA:/ # getenforce
Enforcing
HWMHA:/ # 用的是华为mate9,具体信息如下
|
|
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
|
|
|
|