D:\桌面\fridaUiTools-master>adb shell su -c '/data/local/tmp/fservice64'
/system/bin/sh: /data/local/tmp/fservice64: not found
第二种
D:\桌面\fridaUiTools-master>adb shell su 0 'pkill -9 fservice '
su: invalid option -- 9
MagiskSU
Usage: su [options] [-] [user [argument...]]
Options:
-c, --command COMMAND pass COMMAND to the invoked shell
-h, --help display this help message and exit
-, -l, --login pretend the shell to be a login shell
-m, -p,
--preserve-environment preserve the entire environment
-s, --shell SHELL use SHELL instead of the default /system/bin/sh
-v, --version display version number and exit
-V display version code and exit
-mm, -M,
--mount-master force run in the global mount namespace
手机:Mi6 LineageOS Android 9 电脑:Win11
三种cmd连接均报错 1.第一种
D:\桌面\fridaUiTools-master>adb shell su -c 'pkill -9 fservice ' /system/bin/sh: pkill -9 fservice : not found
D:\桌面\fridaUiTools-master>adb forward tcp:27042 tcp:27042
D:\桌面\fridaUiTools-master>adb forward tcp:27043 tcp:27043
D:\桌面\fridaUiTools-master>adb shell su -c '/data/local/tmp/fservice64' /system/bin/sh: /data/local/tmp/fservice64: not found
第二种
D:\桌面\fridaUiTools-master>adb shell su 0 'pkill -9 fservice ' su: invalid option -- 9
MagiskSU
Usage: su [options] [-] [user [argument...]]
Options: -c, --command COMMAND pass COMMAND to the invoked shell -h, --help display this help message and exit -, -l, --login pretend the shell to be a login shell -m, -p, --preserve-environment preserve the entire environment -s, --shell SHELL use SHELL instead of the default /system/bin/sh -v, --version display version number and exit -V display version code and exit -mm, -M, --mount-master force run in the global mount namespace
D:\桌面\fridaUiTools-master>adb forward tcp:27042 tcp:27042
D:\桌面\fridaUiTools-master>adb forward tcp:27043 tcp:27043
D:\桌面\fridaUiTools-master>adb shell su 0 '/data/local/tmp/fservice64' sagit:/ # 在这里卡住
第三种
D:\桌面\fridaUiTools-master>adb shell mks 0 'pkill -9 fservice ' /system/bin/sh: mks: not found
D:\桌面\fridaUiTools-master>adb forward tcp:27042 tcp:27042
D:\桌面\fridaUiTools-master>adb forward tcp:27043 tcp:27043
D:\桌面\fridaUiTools-master>adb shell mks 0 '/data/local/tmp/fservice64' /system/bin/sh: mks: not found